Record
post-payment-intents-intent-capture-params
No description available.
record post-payment-intents-intent-capture-params {
intent: string,
amount-to-capture: option<s32>,
application-fee-amount: option<s32>,
expand: option<list<string>>,
metadata: option<string>,
statement-descriptor: option<string>,
statement-descriptor-suffix: option<string>,
transfer-data: option<post-payment-intents-intent-capture-body-transfer-data>,
}Fields
| Name | Type | Description |
|---|---|---|
| intent | string | |
| amount-to-capture | option<s32> | |
| application-fee-amount | option<s32> | |
| expand | option<list<string>> | |
| metadata | option<string> | |
| statement-descriptor | option<string> | |
| statement-descriptor-suffix | option<string> | |
| transfer-data | option<post-payment-intents-intent-capture-body-transfer-data> |