amount property

String? amount
getter/setter pair

The amount of unpaid or paid earnings, as a formatted string, including the currency.

E.g. "¥1,235 JPY", "$1,234.57", "£87.65".

Output only.

Implementation

core.String? amount;