Wasm Directoryalpha
Record

post-customers-params

No description available.

record post-customers-params {
  address: option​<string>,
  balance: option​<s32>,
  cash-balance: option​<post-customers-body-cash-balance>,
  coupon: option​<string>,
  description: option​<string>,
  email: option​<string>,
  expand: option​<list​<string>>,
  invoice-prefix: option​<string>,
  invoice-settings: option​<post-customers-body-invoice-settings>,
  metadata: option​<string>,
  name: option​<string>,
  next-invoice-sequence: option​<s32>,
  payment-method: option​<string>,
  phone: option​<string>,
  preferred-locales: option​<list​<string>>,
  promotion-code: option​<string>,
  shipping: option​<string>,
  source: option​<string>,
  tax: option​<post-customers-body-tax>,
  tax-exempt: option​<post-customers-body-tax-exempt-enum>,
  tax-id-data: option​<list​<post-customers-body-tax-id-data-item>>,
  test-clock: option​<string>,
}

Fields

NameTypeDescription
addressoption​<string>
balanceoption​<s32>
cash-balanceoption​<post-customers-body-cash-balance>
couponoption​<string>
descriptionoption​<string>
emailoption​<string>
expandoption​<list​<string>>
invoice-prefixoption​<string>
invoice-settingsoption​<post-customers-body-invoice-settings>
metadataoption​<string>
nameoption​<string>
next-invoice-sequenceoption​<s32>
payment-methodoption​<string>
phoneoption​<string>
preferred-localesoption​<list​<string>>
promotion-codeoption​<string>
shippingoption​<string>
sourceoption​<string>
taxoption​<post-customers-body-tax>
tax-exemptoption​<post-customers-body-tax-exempt-enum>
tax-id-dataoption​<list​<post-customers-body-tax-id-data-item>>
test-clockoption​<string>