Wasm Directoryalpha
Record

bill-to-contact-post-order

No description available.

record bill-to-contact-post-order {
  address1: option​<string>,
  address2: option​<string>,
  city: option​<string>,
  contact-description: option​<string>,
  country: option​<string>,
  county: option​<string>,
  fax: option​<string>,
  first-name: string,
  home-phone: option​<string>,
  last-name: string,
  mobile-phone: option​<string>,
  nickname: option​<string>,
  other-phone: option​<string>,
  other-phone-type: option​<bill-to-contact-post-order-other-phone-type-enum>,
  personal-email: option​<string>,
  postal-code: option​<string>,
  state: option​<string>,
  tax-region: option​<string>,
  work-email: option​<string>,
  work-phone: option​<string>,
}

Fields

NameTypeDescription
address1option​<string>
address2option​<string>
cityoption​<string>
contact-descriptionoption​<string>
countryoption​<string>
countyoption​<string>
faxoption​<string>
first-namestring
home-phoneoption​<string>
last-namestring
mobile-phoneoption​<string>
nicknameoption​<string>
other-phoneoption​<string>
other-phone-typeoption​<bill-to-contact-post-order-other-phone-type-enum>
personal-emailoption​<string>
postal-codeoption​<string>
stateoption​<string>
tax-regionoption​<string>
work-emailoption​<string>
work-phoneoption​<string>