Record
payment-write
No description available.
record payment-write {
creditor-account: option<string>,
creditor-object: option<creditor-account-write>,
custom-payment-id: option<string>,
description: option<string>,
instructed-amount: instructed-amount,
link: option<string>,
payment-id: option<string>,
payment-product: option<payment-product-enum>,
payment-status: option<payment-status-enum>,
payment-type: option<payment-type-enum>,
periodic-payment: option<periodic-payment>,
redirect: string,
requested-execution-date: option<string>,
submit-payment: option<bool>,
}Fields
| Name | Type | Description |
|---|---|---|
| creditor-account | option<string> | |
| creditor-object | option<creditor-account-write> | |
| custom-payment-id | option<string> | |
| description | option<string> | |
| instructed-amount | instructed-amount | |
| link | option<string> | |
| payment-id | option<string> | |
| payment-product | option<payment-product-enum> | |
| payment-status | option<payment-status-enum> | |
| payment-type | option<payment-type-enum> | |
| periodic-payment | option<periodic-payment> | |
| redirect | string | |
| requested-execution-date | option<string> | |
| submit-payment | option<bool> |