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