SuccessfulPayment constructor
const
SuccessfulPayment({})
Constructs a SuccessfulPayment object
Implementation
const SuccessfulPayment({
required this.currency,
required this.totalAmount,
required this.invoicePayload,
this.shippingOptionId,
this.orderInfo,
required this.telegramPaymentChargeId,
required this.providerPaymentChargeId,
this.isRecurring,
this.isFirstRecurring,
});