C# Class com.openrest.v1_1.GetOrganizationsRequest

Inheritance: Request
Show file 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 property

public string chainId
return string

distributorId public property

public string distributorId
return string

fields public property

public IList fields
return IList

organizationTypes public property

public IList organizationTypes
return IList

restaurantIds public property

public IList restaurantIds
return IList