Variable.Currency
const Currency: {
EUR: "EUR";
USD: "USD";
};
Limited list of fiat currencies supported by the loyalty engine for point accrual and redemption calculations.
Type Declaration
| Name | Type |
|---|---|
EUR | "EUR" |
USD | "USD" |
const Currency: {
EUR: "EUR";
USD: "USD";
};
Limited list of fiat currencies supported by the loyalty engine for point accrual and redemption calculations.
| Name | Type |
|---|---|
EUR | "EUR" |
USD | "USD" |