Record
post-sources-params
No description available.
record post-sources-params {
amount: option<s32>,
currency: option<string>,
customer: option<string>,
expand: option<list<string>>,
flow: option<post-sources-body-flow-enum>,
mandate: option<post-sources-body-mandate>,
metadata: option<post-sources-body-metadata>,
original-source: option<string>,
owner: option<post-sources-body-owner>,
receiver: option<post-sources-body-receiver>,
redirect: option<post-sources-body-redirect>,
source-order: option<post-sources-body-source-order>,
statement-descriptor: option<string>,
token: option<string>,
type-op: option<string>,
usage: option<post-sources-body-usage-enum>,
}Fields
| Name | Type | Description |
|---|---|---|
| amount | option<s32> | |
| currency | option<string> | |
| customer | option<string> | |
| expand | option<list<string>> | |
| flow | option<post-sources-body-flow-enum> | |
| mandate | option<post-sources-body-mandate> | |
| metadata | option<post-sources-body-metadata> | |
| original-source | option<string> | |
| owner | option<post-sources-body-owner> | |
| receiver | option<post-sources-body-receiver> | |
| redirect | option<post-sources-body-redirect> | |
| source-order | option<post-sources-body-source-order> | |
| statement-descriptor | option<string> | |
| token | option<string> | |
| type-op | option<string> | |
| usage | option<post-sources-body-usage-enum> |