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