Wasm Directoryalpha
Record

post-customers-customer-params

No description available.

record post-customers-customer-params {
  customer: string,
  address: option​<string>,
  balance: option​<s32>,
  bank-account: option​<string>,
  card: option​<string>,
  cash-balance: option​<post-customers-customer-body-cash-balance>,
  coupon: option​<string>,
  default-alipay-account: option​<string>,
  default-bank-account: option​<string>,
  default-card: option​<string>,
  default-source: option​<string>,
  description: option​<string>,
  email: option​<string>,
  expand: option​<list​<string>>,
  invoice-prefix: option​<string>,
  invoice-settings: option​<post-customers-customer-body-invoice-settings>,
  metadata: option​<string>,
  name: option​<string>,
  next-invoice-sequence: option​<s32>,
  phone: option​<string>,
  preferred-locales: option​<list​<string>>,
  promotion-code: option​<string>,
  shipping: option​<string>,
  source: option​<string>,
  tax: option​<post-customers-customer-body-tax>,
  tax-exempt: option​<post-customers-body-tax-exempt-enum>,
}

Fields

NameTypeDescription
customerstring
addressoption​<string>
balanceoption​<s32>
bank-accountoption​<string>
cardoption​<string>
cash-balanceoption​<post-customers-customer-body-cash-balance>
couponoption​<string>
default-alipay-accountoption​<string>
default-bank-accountoption​<string>
default-cardoption​<string>
default-sourceoption​<string>
descriptionoption​<string>
emailoption​<string>
expandoption​<list​<string>>
invoice-prefixoption​<string>
invoice-settingsoption​<post-customers-customer-body-invoice-settings>
metadataoption​<string>
nameoption​<string>
next-invoice-sequenceoption​<s32>
phoneoption​<string>
preferred-localesoption​<list​<string>>
promotion-codeoption​<string>
shippingoption​<string>
sourceoption​<string>
taxoption​<post-customers-customer-body-tax>
tax-exemptoption​<post-customers-body-tax-exempt-enum>