amount property

String amount
final

The payment amount as a string.

This should be formatted according to the currency requirements. For example, "100.00" for SAR or "99.99" for USD.

Format Requirements

  • Use decimal points (not commas) for decimal separation
  • Include appropriate decimal places for the currency
  • Avoid currency symbols in this field

Implementation

final String amount;