Wasm Directoryalpha
Record

subscribe-request-bill-to-contact

No description available.

record subscribe-request-bill-to-contact {
  account-id: option​<string>,
  address1: option​<string>,
  address2: option​<string>,
  city: option​<string>,
  country: option​<string>,
  county: option​<string>,
  created-by-id: option​<string>,
  created-date: option​<string>,
  description: option​<string>,
  fax: option​<string>,
  first-name: string,
  home-phone: option​<string>,
  last-name: string,
  mobile-phone: option​<string>,
  nick-name: option​<string>,
  other-phone: option​<string>,
  other-phone-type: option​<string>,
  personal-email: option​<string>,
  postal-code: option​<string>,
  state: option​<string>,
  tax-region: option​<string>,
  updated-by-id: option​<string>,
  updated-date: option​<string>,
  work-email: option​<string>,
  work-phone: option​<string>,
}

Fields

NameTypeDescription
account-idoption​<string>
address1option​<string>
address2option​<string>
cityoption​<string>
countryoption​<string>
countyoption​<string>
created-by-idoption​<string>
created-dateoption​<string>
descriptionoption​<string>
faxoption​<string>
first-namestring
home-phoneoption​<string>
last-namestring
mobile-phoneoption​<string>
nick-nameoption​<string>
other-phoneoption​<string>
other-phone-typeoption​<string>
personal-emailoption​<string>
postal-codeoption​<string>
stateoption​<string>
tax-regionoption​<string>
updated-by-idoption​<string>
updated-dateoption​<string>
work-emailoption​<string>
work-phoneoption​<string>