An account within the Electrum Account mirror. Note that the primaryIdentification
is permanent and immutable.
accountName | string <= 40 characters |
Array of objects (AccountIdentification) | |
currency | string (CurrencyCode) ^[A-Z]{3}$ A valid, active currency code as defined in ISO 4217 indicating the currency of the amount. |
openingDate | string <date-time> Date and time at which the account was established. |
required | object (AccountIdentification) Holds details pertaining to an identifier of an account or store of value. |
Array of objects (Restriction) | |
status | string (AccountStatusCode) A set of codes that describe the status of an account |
object (AccountType) |
{- "accountName": "string",
- "additionalIdentifications": [
- {
- "accountKnownAs": "string",
- "identifier": {
- "schema": "string",
- "value": "string"
}, - "registeredSchemes": [
- "ZA_RTC"
]
}
], - "currency": "string",
- "openingDate": "2019-08-24T14:15:22Z",
- "primaryIdentification": {
- "accountKnownAs": "string",
- "identifier": {
- "schema": "string",
- "value": "string"
}, - "registeredSchemes": [
- "ZA_RTC"
]
}, - "restrictions": [
- {
- "restrictionType": "NO_CREDITS",
- "validFrom": "2019-08-24T14:15:22Z",
- "validUntil": "2019-08-24T14:15:22Z"
}
], - "status": "ENABLED",
- "type": {
- "schema": "string",
- "value": "CACC"
}
}