Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.2 KB

OrderCreateV7RequestResellerInfo.md

File metadata and controls

21 lines (17 loc) · 1.2 KB

xi.sdk.resellers.Model.OrderCreateV7RequestResellerInfo

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 address line 1 [optional]
AddressLine2 string The reseller's address line 2. [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 string 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]