Skip to content

Files

Latest commit

 

History

History
33 lines (29 loc) · 1.55 KB

QuoteDataAddressInterface.md

File metadata and controls

33 lines (29 loc) · 1.55 KB

QuoteDataAddressInterface

Properties

Name Type Description Notes
id int Id [optional]
region str Region name
region_id int Region id
region_code str Region code
country_id str Country id
street list[str] Street
company str Company [optional]
telephone str Telephone number
fax str Fax number [optional]
postcode str Postcode
city str City name
firstname str First name
lastname str Last name
middlename str Middle name [optional]
prefix str Prefix [optional]
suffix str Suffix [optional]
vat_id str Vat id [optional]
customer_id int Customer id [optional]
email str 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 QuoteDataAddressExtensionInterface [optional]
custom_attributes list[FrameworkAttributeInterface] Custom attributes values. [optional]

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