C# Class com.openrest.v1_1.GetOrganizationsRequest

Inheritance: Request
Afficher le fichier Open project: wix/openrest4net

Méthodes publiques

Свойство Type Description
chainId string
distributorId string
fields IList
organizationTypes IList
restaurantIds IList

Méthodes publiques

Méthode Description
GetOrganizationsRequest ( ) : System
GetOrganizationsRequest ( string distributorId, string chainId, IList restaurantIds, IList organizationTypes, IList fields ) : System

Method Details

GetOrganizationsRequest() public méthode

public GetOrganizationsRequest ( ) : System
Résultat System

GetOrganizationsRequest() public méthode

public GetOrganizationsRequest ( string distributorId, string chainId, IList restaurantIds, IList organizationTypes, IList fields ) : System
distributorId string
chainId string
restaurantIds IList
organizationTypes IList
fields IList
Résultat System

Property Details

chainId public_oe property

public string chainId
Résultat string

distributorId public_oe property

public string distributorId
Résultat string

fields public_oe property

public IList fields
Résultat IList

organizationTypes public_oe property

public IList organizationTypes
Résultat IList

restaurantIds public_oe property

public IList restaurantIds
Résultat IList