Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Latest commit

 

History

History
33 lines (29 loc) · 1.63 KB

QuoteDataAddressInterface.md

File metadata and controls

33 lines (29 loc) · 1.63 KB

QuoteDataAddressInterface

Properties

Name Type Description Notes
id int Id [optional]
region string Region name
region_id int Region id
region_code string Region code
country_id string Country id
street string[] Street
company string Company [optional]
telephone string Telephone number
fax string Fax number [optional]
postcode string Postcode
city string City name
firstname string First name
lastname string Last name
middlename string Middle name [optional]
prefix string Prefix [optional]
suffix string Suffix [optional]
vat_id string Vat id [optional]
customer_id int Customer id [optional]
email string Billing/shipping email
same_as_billing int Same as billing flag [optional]
customer_address_id int Customer address id [optional]
save_in_address_book int Save in address book flag [optional]
extension_attributes \Swagger\Client\Model\QuoteDataAddressExtensionInterface [optional]
custom_attributes \Swagger\Client\Model\FrameworkAttributeInterface[] Custom attributes values. [optional]

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