Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.29 KB

OrderCreateRequestResellerInfo.md

File metadata and controls

22 lines (18 loc) · 1.29 KB

xi.sdk.resellers.Model.OrderCreateRequestResellerInfo

The address and contact information provided by the reseller.

Properties

Name Type Description Notes
ResellerId string The reseller's Id. [optional]
CompanyName string The reseller's company name. [optional]
Contact string The reseller's contact name. [optional]
AddressLine1 string The reseller's street address. [optional]
AddressLine2 string The reseller's building or apartment number. [optional]
AddressLine3 string The reseller's address line 3. [optional]
City string The reseller's city. [optional]
State string The reseller's state. [optional]
PostalCode string The reseller's zip or postal code. [optional]
CountryCode string The reseller's two-character ISO country code. [optional]
PhoneNumber int The reseller's phone number. [optional]
Email string The reseller's email address. [optional]

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