Holds details pertaining to an identifier of an account or store of value.
accountKnownAs | string <= 40 characters A name or label of the account. |
required | object (AccountIdentifier) |
registeredSchemes | Array of strings (PaymentSchemeName) The list of schemes with which the identifier is registered. |
{- "accountKnownAs": "string",
- "identifier": {
- "schema": "string",
- "value": "string"
}, - "registeredSchemes": [
- "ZA_RTC"
]
}