Record
create-payments-params
No description available.
record create-payments-params {
account-sid: string,
call-sid: string,
bank-account-type: option<payments-enum-bank-account-type>,
charge-amount: option<f64>,
currency: option<string>,
description: option<string>,
idempotency-key: string,
input: option<string>,
min-postal-code-length: option<s32>,
parameter: option<string>,
payment-connector: option<string>,
payment-method: option<payments-enum-payment-method>,
postal-code: option<bool>,
security-code: option<bool>,
status-callback: string,
timeout: option<s32>,
token-type: option<payments-enum-token-type>,
valid-card-types: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| account-sid | string | |
| call-sid | string | |
| bank-account-type | option<payments-enum-bank-account-type> | |
| charge-amount | option<f64> | |
| currency | option<string> | |
| description | option<string> | |
| idempotency-key | string | |
| input | option<string> | |
| min-postal-code-length | option<s32> | |
| parameter | option<string> | |
| payment-connector | option<string> | |
| payment-method | option<payments-enum-payment-method> | |
| postal-code | option<bool> | |
| security-code | option<bool> | |
| status-callback | string | |
| timeout | option<s32> | |
| token-type | option<payments-enum-token-type> | |
| valid-card-types | option<string> |