RefundedPayment constructor
const
RefundedPayment({})
Constructs a RefundedPayment object.
Implementation
const RefundedPayment({
required this.currency,
required this.totalAmount,
required this.invoicePayload,
required this.telegramPaymentChargeId,
this.providerPaymentChargeId,
});