Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 1.67 KB

File metadata and controls

27 lines (24 loc) · 1.67 KB

BaseUserInfoViewModel

Properties

Name Type Description Notes
company string Gets or sets company name. [optional]
city string Gets or sets city. [optional]
country int Gets or sets country code (ISO-3166). [optional]
first_name string Gets or sets first name. [optional]
last_name string Gets or sets last name. [optional]
address string Gets or sets address. [optional]
email string Gets or sets email.
phone string Gets or sets phone number. [optional]
zip_code string Gets or sets zip code. [optional]
mobile string Gets or sets mobile number. Format : +countryPrefix mobileNumber. Example : +38 0936293030. [optional]
passport_number string Gets or sets passport number. [optional]
title string Gets or sets customer title. [optional]
extra1 string Gets or sets extra info. [optional]
extra2 string Gets or sets extra info. [optional]
extra3 string Gets or sets extra info. [optional]
extra4 string Gets or sets extra info. [optional]
extra5 string Gets or sets extra info. [optional]
followup_accepted bool Gets or sets a value indicating whether followup accepted or not. [optional] [default to false]
organization_number string Gets or sets organization number. [optional]

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