An account within the Electrum Account mirror. Note that the primaryIdentification
is permanent and immutable.
A valid, active currency code as defined in ISO 4217 indicating the currency of the amount.
Holds details pertaining to an identifier of an account or store of value.
An identifier's namespace provides a context for the identifier to distinguish different identifiers which may have the same value but be intended to identify different accounts. For example, a bank may use the same MSISDN (identifier) with different namespaces to distinguish between a customer's cheque or savings accounts.
This may be used by the following schemes:
- ZA_RPP
Indicates the schema of the identifier, e.g. MOBILE
, CUSTOM
.
A set of codes that describe the status of an account
{ "accountName": "string", "additionalIdentifications": [ { … } ], "currency": "string", "openingDate": "2019-08-24T14:15:22Z", "primaryIdentification": { "accountKnownAs": "string", "identifier": { … }, "registeredSchemes": [ … ] }, "restrictions": [ { … } ], "status": "ENABLED", "type": { "schema": "string", "value": "CACC" } }