amount property
PaymentCurrencyAmount
get
amount
Implementation
PaymentCurrencyAmount get amount => js_util.getProperty(this, 'amount');
set
amount
(PaymentCurrencyAmount newValue)
Implementation
set amount(PaymentCurrencyAmount newValue) {
js_util.setProperty(this, 'amount', newValue);
}