SuccessfulPayment constructor
SuccessfulPayment({})
Implementation
SuccessfulPayment({
required this.currency,
required this.totalAmount,
required this.invoicePayload,
this.shippingOptionId,
this.orderInfo,
required this.telegramPaymentChargeId,
required this.providerPaymentChargeId,
});