Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 927 Bytes

GetCustomersByOrganizationNameRequest.md

File metadata and controls

15 lines (11 loc) · 927 Bytes

Yaksa.OrckestraCommerce.Client.Model.GetCustomersByOrganizationNameRequest

Operations related to organizations such as create an organization, get an organization, updating an organization, ...

Properties

Name Type Description Notes
ScopeId string The id of the requested scope [optional]
IncludeAddresses bool Specifies whether or not to fully load the collection of addresses linked to the customer. [optional]
MaximumItems int The maximum items returned by the search query. [optional]
Name string The organization name of the Customer to search for. [optional]
StartingIndex int The starting index. [optional]

[Back to Model list] [Back to API list] [Back to README]