PaymentAmountInfo constructor
PaymentAmountInfo({})
Информация о сумме платежа
Implementation
PaymentAmountInfo({
this.approvedAmount,
this.depositedAmount,
this.refundedAmount,
this.paymentState,
this.feeAmount,
this.totalAmount,
});