Configures the payment system.
Path:

payment

Hierarchy

  • PaymentConfig

Properties

Properties

currencies: CurrencyConfig[]

Default:

[
  {
    "name": "Euro",
    "symbol": "€",
    "conversionRatioToDefault": 1
  }
]


Defines the supported currencies for the transactions.

payment.currencies

Generated using TypeDoc