amount property

String amount
final

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;