Record
create-payment-params
No description available.
record create-payment-params {
creditor-account: option<string>,
creditor-object: option<creditor-account-write-request>,
custom-payment-id: option<string>,
debtor-account: option<debtor-account-write-request>,
description: option<string>,
institution-id: option<string>,
instructed-amount: instructed-amount-request,
payment-product: option<payment-product-enum>,
periodic-payment: option<periodic-payment-request>,
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-request> | |
| custom-payment-id | option<string> | |
| debtor-account | option<debtor-account-write-request> | |
| description | option<string> | |
| institution-id | option<string> | |
| instructed-amount | instructed-amount-request | |
| payment-product | option<payment-product-enum> | |
| periodic-payment | option<periodic-payment-request> | |
| redirect | string | |
| requested-execution-date | option<string> | |
| submit-payment | option<bool> |