amount property

Implementation

PaymentCurrencyAmount get amount => js_util.getProperty(this, 'amount');
set amount (PaymentCurrencyAmount newValue)

Implementation

set amount(PaymentCurrencyAmount newValue) {
  js_util.setProperty(this, 'amount', newValue);
}