Record
debtor-account-write-request
No description available.
record debtor-account-write-request {
account: option<string>,
address-country: option<string>,
address-street: option<string>,
currency: option<string>,
name: string,
post-code: option<string>,
type-op: option<type-enum>,
type-number: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| account | option<string> | |
| address-country | option<string> | |
| address-street | option<string> | |
| currency | option<string> | |
| name | string | |
| post-code | option<string> | |
| type-op | option<type-enum> | |
| type-number | option<string> |