C# 클래스 com.openrest.v1_1.GetOrganizationsRequest

상속: Request
파일 보기 프로젝트 열기: wix/openrest4net

공개 프로퍼티들

프로퍼티 타입 설명
chainId string
distributorId string
fields IList
organizationTypes IList
restaurantIds IList

공개 메소드들

메소드 설명
GetOrganizationsRequest ( ) : System
GetOrganizationsRequest ( string distributorId, string chainId, IList restaurantIds, IList organizationTypes, IList fields ) : System

메소드 상세

GetOrganizationsRequest() 공개 메소드

public GetOrganizationsRequest ( ) : System
리턴 System

GetOrganizationsRequest() 공개 메소드

public GetOrganizationsRequest ( string distributorId, string chainId, IList restaurantIds, IList organizationTypes, IList fields ) : System
distributorId string
chainId string
restaurantIds IList
organizationTypes IList
fields IList
리턴 System

프로퍼티 상세

chainId 공개적으로 프로퍼티

public string chainId
리턴 string

distributorId 공개적으로 프로퍼티

public string distributorId
리턴 string

fields 공개적으로 프로퍼티

public IList fields
리턴 IList

organizationTypes 공개적으로 프로퍼티

public IList organizationTypes
리턴 IList

restaurantIds 공개적으로 프로퍼티

public IList restaurantIds
리턴 IList