currencyId property

int currencyId
final

The numeric currency identifier.

This is a numeric representation of the currency used by the payment system for internal processing.

Example

  • 512 for SAR (Saudi Riyal)
  • 840 for USD (US Dollar)
  • 978 for EUR (Euro)

Implementation

final int currencyId;