Financial Account is a standard XDM data type that describes the details of a financial account including its type, owner, and current balance.
Property | Data type | Description |
---|---|---|
currentAccountBalance |
Currency | The current balance of the account. |
financialAccountId |
String | A unique ID for the account. |
financialAccountName |
String | The name assigned to the account. |
financialAccountType |
String | The type of financial account, such as checking, savings, or retirement. |
For more details on the data type, refer to the public XDM repository.