Record
put-payment-method-params
No description available.
record put-payment-method-params {
zuora-track-id: option<string>,
zuora-entity-ids: option<string>,
payment-method-id: string,
account-holder-info: option<putpm-account-holder-info>,
auth-gateway: option<string>,
currency-code: option<string>,
gateway-options: option<put-payment-method-request-gateway-options>,
expiration-month: option<s32>,
expiration-year: option<s32>,
security-code: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| zuora-track-id | option<string> | |
| zuora-entity-ids | option<string> | |
| payment-method-id | string | |
| account-holder-info | option<putpm-account-holder-info> | |
| auth-gateway | option<string> | |
| currency-code | option<string> | |
| gateway-options | option<put-payment-method-request-gateway-options> | |
| expiration-month | option<s32> | |
| expiration-year | option<s32> | |
| security-code | option<string> |