amount property
The payment amount as a string representation.
This should be formatted according to the currency's decimal places (e.g., "100.50" for currencies with 2 decimal places).
Implementation
final String amount;
The payment amount as a string representation.
This should be formatted according to the currency's decimal places (e.g., "100.50" for currencies with 2 decimal places).
final String amount;