Record

quote-data-address-interface

No description available.

record quote-data-address-interface {
  city: string,
  company: option​<string>,
  country-id: string,
  custom-attributes: option​<list​<framework-attribute-interface>>,
  customer-address-id: option​<s32>,
  customer-id: option​<s32>,
  email: string,
  extension-attributes: option​<quote-data-address-extension-interface>,
  fax: option​<string>,
  firstname: string,
  id: option​<s32>,
  lastname: string,
  middlename: option​<string>,
  postcode: string,
  prefix: option​<string>,
  region: string,
  region-code: string,
  region-id: s32,
  same-as-billing: option​<s32>,
  save-in-address-book: option​<s32>,
  street: list​<string>,
  suffix: option​<string>,
  telephone: string,
  vat-id: option​<string>,
}

Fields

NameTypeDescription
citystring
companyoption​<string>
country-idstring
custom-attributesoption​<list​<framework-attribute-interface>>
customer-address-idoption​<s32>
customer-idoption​<s32>
emailstring
extension-attributesoption​<quote-data-address-extension-interface>
faxoption​<string>
firstnamestring
idoption​<s32>
lastnamestring
middlenameoption​<string>
postcodestring
prefixoption​<string>
regionstring
region-codestring
region-ids32
same-as-billingoption​<s32>
save-in-address-bookoption​<s32>
streetlist​<string>
suffixoption​<string>
telephonestring
vat-idoption​<string>