Wasm Directoryalpha
Record

customer-data-customer-interface

No description available.

record customer-data-customer-interface {
  addresses: option​<list​<customer-data-address-interface>>,
  confirmation: option​<string>,
  created-at: option​<string>,
  created-in: option​<string>,
  custom-attributes: option​<list​<framework-attribute-interface>>,
  default-billing: option​<string>,
  default-shipping: option​<string>,
  disable-auto-group-change: option​<s32>,
  dob: option​<string>,
  email: string,
  extension-attributes: option​<customer-data-customer-extension-interface>,
  firstname: string,
  gender: option​<s32>,
  group-id: option​<s32>,
  id: option​<s32>,
  lastname: string,
  middlename: option​<string>,
  prefix: option​<string>,
  store-id: option​<s32>,
  suffix: option​<string>,
  taxvat: option​<string>,
  updated-at: option​<string>,
  website-id: option​<s32>,
}

Fields

NameTypeDescription
addressesoption​<list​<customer-data-address-interface>>
confirmationoption​<string>
created-atoption​<string>
created-inoption​<string>
custom-attributesoption​<list​<framework-attribute-interface>>
default-billingoption​<string>
default-shippingoption​<string>
disable-auto-group-changeoption​<s32>
doboption​<string>
emailstring
extension-attributesoption​<customer-data-customer-extension-interface>
firstnamestring
genderoption​<s32>
group-idoption​<s32>
idoption​<s32>
lastnamestring
middlenameoption​<string>
prefixoption​<string>
store-idoption​<s32>
suffixoption​<string>
taxvatoption​<string>
updated-atoption​<string>
website-idoption​<s32>