PaymentItem constructor
PaymentItem({
- PaymentCurrencyAmount? amount,
- String? label,
- bool? pending,
Implementation
factory PaymentItem({
_i3.PaymentCurrencyAmount? amount,
_i2.String? label,
_i2.bool? pending,
}) =>
PaymentItem._(
amount: amount ?? _i6.undefined,
label: label,
pending: pending,
);