Currency data type

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

Currency is a standard XDM data type that describes an amount of currency, including the currency type and conversion date.

Property Data type Description
amount Double The amount of currency as defined by the currencyCode.
conversionDate DateTime A timestamp of when the currency conversion was made.
currencyCode String An ISO 4217 code indicating the type of currency that amount represents.

For more details on the field group, refer to the public XDM repository:

On this page