MessagePaymentSuccessfulBot constructor
MessagePaymentSuccessfulBot({
- required String currency,
- required int totalAmount,
- required int subscriptionUntilDate,
- required bool isRecurring,
- required bool isFirstRecurring,
- required String invoicePayload,
- String? shippingOptionId,
- OrderInfo? orderInfo,
- required String telegramPaymentChargeId,
- required String providerPaymentChargeId,
Implementation
MessagePaymentSuccessfulBot({
required this.currency,
required this.totalAmount,
required this.subscriptionUntilDate,
required this.isRecurring,
required this.isFirstRecurring,
required this.invoicePayload,
this.shippingOptionId,
this.orderInfo,
required this.telegramPaymentChargeId,
required this.providerPaymentChargeId,
});