C# Class com.openrest.v1_1.GetOrganizationsRequest

Inheritance: Request
ファイルを表示 Open project: wix/openrest4net

Public Properties

Property Type Description
chainId string
distributorId string
fields IList
organizationTypes IList
restaurantIds IList

Public Methods

Method Description
GetOrganizationsRequest ( ) : System
GetOrganizationsRequest ( string distributorId, string chainId, IList restaurantIds, IList organizationTypes, IList fields ) : System

Method Details

GetOrganizationsRequest() public method

public GetOrganizationsRequest ( ) : System
return System

GetOrganizationsRequest() public method

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

Property Details

chainId public_oe property

public string chainId
return string

distributorId public_oe property

public string distributorId
return string

fields public_oe property

public IList fields
return IList

organizationTypes public_oe property

public IList organizationTypes
return IList

restaurantIds public_oe property

public IList restaurantIds
return IList