Financial Account data type

Last update: 2023-12-15
  • Topics:
  • Schemas
    View more on this topic
  • Created for:
  • Developer

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.

On this page