Skip to content

Files

25 lines (21 loc) · 1.66 KB

OrderCreateResponseEndUserInfo.md

File metadata and controls

25 lines (21 loc) · 1.66 KB

xi.sdk.resellers.Model.OrderCreateResponseEndUserInfo

The contact information for the end user/customer provided by the reseller. Used to determine pricing and discounts.

Properties

Name Type Description Notes
EndUserId string The unique ID provided by the reseller for the end user/customer. [optional]
Contact string The contact name for the end user/customer. [optional]
CompanyName string The company name for the end user/customer. [optional]
Name1 string name1 [optional]
Name2 string name2 [optional]
AddressLine1 string The street adress and building or house number for the end user/customer. [optional]
AddressLine2 string The apartment number for the end user/customer. [optional]
AddressLine3 string Line 3 of the address for the end user/customer. [optional]
AddressLine4 string Street address4 [optional]
City string The end user/customer's city. [optional]
State string The end user/customer's state. [optional]
PostalCode string The end user/customer's zip or postal code. [optional]
CountryCode string The end user/customer's two-character ISO country code. [optional]
PhoneNumber string The end user/customer's phone number. [optional]
Email string The end user/customer's email. [optional]

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