currency property

String currency
final

The currency code for the payment transaction.

This should be the three-letter ISO currency code.

Common Values

  • "SAR" - Saudi Riyal
  • "USD" - US Dollar
  • "EUR" - Euro
  • "GBP" - British Pound

Implementation

final String currency;