TypeAlias.Currency
type Currency = ObjectEnum<typeof Currency>;
Fiat currencies supported by the loyalty engine for point accrual and redemption calculations (ISO 4217).
EUR: Euro.USD: United States Dollar.
type Currency = ObjectEnum<typeof Currency>;
Fiat currencies supported by the loyalty engine for point accrual and redemption calculations (ISO 4217).
EUR: Euro.USD: United States Dollar.