Record
payment-initiation-recipient-create-params
No description available.
record payment-initiation-recipient-create-params {
address: option<payment-initiation-address>,
bacs: option<recipient-bacs-nullable>,
iban: option<string>,
name: string,
}Fields
| Name | Type | Description |
|---|---|---|
| address | option<payment-initiation-address> | |
| bacs | option<recipient-bacs-nullable> | |
| iban | option<string> | |
| name | string |