Record
post-payment-methods-payment-method-params
No description available.
record post-payment-methods-payment-method-params {
payment-method: string,
billing-details: option<post-payment-methods-payment-method-body-billing-details>,
card: option<post-payment-methods-payment-method-body-card>,
expand: option<list<string>>,
link: option<post-payment-methods-payment-method-body-link>,
metadata: option<string>,
us-bank-account: option<post-payment-methods-payment-method-body-us-bank-account>,
}Fields
| Name | Type | Description |
|---|---|---|
| payment-method | string | |
| billing-details | option<post-payment-methods-payment-method-body-billing-details> | |
| card | option<post-payment-methods-payment-method-body-card> | |
| expand | option<list<string>> | |
| link | option<post-payment-methods-payment-method-body-link> | |
| metadata | option<string> | |
| us-bank-account | option<post-payment-methods-payment-method-body-us-bank-account> |