amount property

Implementation

_i3.PaymentCurrencyAmount get amount => _i4.getProperty(
      this,
      'amount',
    );
set amount (PaymentCurrencyAmount value)

Implementation

set amount(_i3.PaymentCurrencyAmount value) {
  _i4.setProperty(
    this,
    'amount',
    value,
  );
}