Wasm Directoryalpha
Record

post-customers-customer-sources-id-params

No description available.

record post-customers-customer-sources-id-params {
  customer: string,
  id: string,
  account-holder-name: option​<string>,
  account-holder-type: option​<post-customers-customer-bank-accounts-id-body-account-holder-type-enum>,
  address-city: option​<string>,
  address-country: option​<string>,
  address-line1: option​<string>,
  address-line2: option​<string>,
  address-state: option​<string>,
  address-zip: option​<string>,
  exp-month: option​<string>,
  exp-year: option​<string>,
  expand: option​<list​<string>>,
  metadata: option​<string>,
  name: option​<string>,
  owner: option​<post-customers-customer-sources-id-body-owner>,
}

Fields

NameTypeDescription
customerstring
idstring
account-holder-nameoption​<string>
account-holder-typeoption​<post-customers-customer-bank-accounts-id-body-account-holder-type-enum>
address-cityoption​<string>
address-countryoption​<string>
address-line1option​<string>
address-line2option​<string>
address-stateoption​<string>
address-zipoption​<string>
exp-monthoption​<string>
exp-yearoption​<string>
expandoption​<list​<string>>
metadataoption​<string>
nameoption​<string>
owneroption​<post-customers-customer-sources-id-body-owner>