Record
put-payment-methods-credit-card-params
No description available.
record put-payment-methods-credit-card-params {
zuora-track-id: option<string>,
zuora-entity-ids: option<string>,
payment-method-id: string,
address-line1: option<string>,
address-line2: option<string>,
card-holder-name: option<string>,
city: option<string>,
country: option<string>,
default-payment-method: option<bool>,
email: option<string>,
expiration-month: option<s32>,
expiration-year: option<s32>,
gateway-options: option<put-payment-method-type-gateway-options>,
num-consecutive-failures: option<s32>,
phone: option<string>,
security-code: option<string>,
state: option<string>,
zip-code: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| zuora-track-id | option<string> | |
| zuora-entity-ids | option<string> | |
| payment-method-id | string | |
| address-line1 | option<string> | |
| address-line2 | option<string> | |
| card-holder-name | option<string> | |
| city | option<string> | |
| country | option<string> | |
| default-payment-method | option<bool> | |
| option<string> | ||
| expiration-month | option<s32> | |
| expiration-year | option<s32> | |
| gateway-options | option<put-payment-method-type-gateway-options> | |
| num-consecutive-failures | option<s32> | |
| phone | option<string> | |
| security-code | option<string> | |
| state | option<string> | |
| zip-code | option<string> |