Wasm Directoryalpha
Record

customer-data-address-interface

No description available.

record customer-data-address-interface {
  city: option​<string>,
  company: option​<string>,
  country-id: option​<string>,
  custom-attributes: option​<list​<framework-attribute-interface>>,
  customer-id: option​<s32>,
  default-billing: option​<bool>,
  default-shipping: option​<bool>,
  extension-attributes: option​<customer-data-address-extension-interface>,
  fax: option​<string>,
  firstname: option​<string>,
  id: option​<s32>,
  lastname: option​<string>,
  middlename: option​<string>,
  postcode: option​<string>,
  prefix: option​<string>,
  region: option​<customer-data-region-interface>,
  region-id: option​<s32>,
  street: option​<list​<string>>,
  suffix: option​<string>,
  telephone: option​<string>,
  vat-id: option​<string>,
}

Fields

NameTypeDescription
cityoption​<string>
companyoption​<string>
country-idoption​<string>
custom-attributesoption​<list​<framework-attribute-interface>>
customer-idoption​<s32>
default-billingoption​<bool>
default-shippingoption​<bool>
extension-attributesoption​<customer-data-address-extension-interface>
faxoption​<string>
firstnameoption​<string>
idoption​<s32>
lastnameoption​<string>
middlenameoption​<string>
postcodeoption​<string>
prefixoption​<string>
regionoption​<customer-data-region-interface>
region-idoption​<s32>
streetoption​<list​<string>>
suffixoption​<string>
telephoneoption​<string>
vat-idoption​<string>