Record
source
No description available.
record source {
ach-credit-transfer: option<source-type-ach-credit-transfer>,
ach-debit: option<source-type-ach-debit>,
acss-debit: option<source-type-acss-debit>,
alipay: option<source-type-alipay>,
amount: option<s32>,
au-becs-debit: option<source-type-au-becs-debit>,
bancontact: option<source-type-bancontact>,
card: option<source-type-card>,
card-present: option<source-type-card-present>,
client-secret: string,
code-verification: option<source-code-verification-flow>,
created: s32,
currency: option<string>,
customer: option<string>,
eps: option<source-type-eps>,
flow: string,
giropay: option<source-type-giropay>,
id: string,
ideal: option<source-type-ideal>,
klarna: option<source-type-klarna>,
livemode: bool,
metadata: option<source-metadata>,
multibanco: option<source-type-multibanco>,
object: source-object-enum,
owner: option<string>,
p24: option<source-type-p24>,
receiver: option<source-receiver-flow>,
redirect: option<source-redirect-flow>,
sepa-debit: option<source-type-sepa-debit>,
sofort: option<source-type-sofort>,
source-order: option<source-order>,
statement-descriptor: option<string>,
status: string,
three-d-secure: option<source-type-three-d-secure>,
type-op: source-type-op-enum,
usage: option<string>,
wechat: option<source-type-wechat>,
}Fields
| Name | Type | Description |
|---|---|---|
| ach-credit-transfer | option<source-type-ach-credit-transfer> | |
| ach-debit | option<source-type-ach-debit> | |
| acss-debit | option<source-type-acss-debit> | |
| alipay | option<source-type-alipay> | |
| amount | option<s32> | |
| au-becs-debit | option<source-type-au-becs-debit> | |
| bancontact | option<source-type-bancontact> | |
| card | option<source-type-card> | |
| card-present | option<source-type-card-present> | |
| client-secret | string | |
| code-verification | option<source-code-verification-flow> | |
| created | s32 | |
| currency | option<string> | |
| customer | option<string> | |
| eps | option<source-type-eps> | |
| flow | string | |
| giropay | option<source-type-giropay> | |
| id | string | |
| ideal | option<source-type-ideal> | |
| klarna | option<source-type-klarna> | |
| livemode | bool | |
| metadata | option<source-metadata> | |
| multibanco | option<source-type-multibanco> | |
| object | source-object-enum | |
| owner | option<string> | |
| p24 | option<source-type-p24> | |
| receiver | option<source-receiver-flow> | |
| redirect | option<source-redirect-flow> | |
| sepa-debit | option<source-type-sepa-debit> | |
| sofort | option<source-type-sofort> | |
| source-order | option<source-order> | |
| statement-descriptor | option<string> | |
| status | string | |
| three-d-secure | option<source-type-three-d-secure> | |
| type-op | source-type-op-enum | |
| usage | option<string> | |
| option<source-type-wechat> |