Record
post-customers-customer-cards-id-params
No description available.
record post-customers-customer-cards-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-cards-id-body-owner>,
}Fields
| Name | Type | Description |
|---|---|---|
| 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-cards-id-body-owner> |