Record
treasury-outbound-payment
No description available.
record treasury-outbound-payment {
amount: s32,
cancelable: bool,
created: s32,
currency: string,
customer: option<string>,
description: option<string>,
destination-payment-method: option<string>,
destination-payment-method-details: option<string>,
end-user-details: option<string>,
expected-arrival-date: s32,
financial-account: string,
hosted-regulatory-receipt-url: option<string>,
id: string,
livemode: bool,
metadata: treasury-outbound-payment-metadata,
object: treasury-outbound-payment-object-enum,
returned-details: option<string>,
statement-descriptor: string,
status: treasury-outbound-payment-status-enum,
status-transitions: treasury-outbound-payments-resource-outbound-payment-resource-status-transitions,
transaction: string,
}Fields
| Name | Type | Description |
|---|---|---|
| amount | s32 | |
| cancelable | bool | |
| created | s32 | |
| currency | string | |
| customer | option<string> | |
| description | option<string> | |
| destination-payment-method | option<string> | |
| destination-payment-method-details | option<string> | |
| end-user-details | option<string> | |
| expected-arrival-date | s32 | |
| financial-account | string | |
| hosted-regulatory-receipt-url | option<string> | |
| id | string | |
| livemode | bool | |
| metadata | treasury-outbound-payment-metadata | |
| object | treasury-outbound-payment-object-enum | |
| returned-details | option<string> | |
| statement-descriptor | string | |
| status | treasury-outbound-payment-status-enum | |
| status-transitions | treasury-outbound-payments-resource-outbound-payment-resource-status-transitions | |
| transaction | string |