MessagePaymentSuccessful constructor
MessagePaymentSuccessful({})
Implementation
MessagePaymentSuccessful({
required this.invoiceChatId,
required this.invoiceMessageId,
required this.currency,
required this.totalAmount,
required this.subscriptionUntilDate,
required this.isRecurring,
required this.isFirstRecurring,
required this.invoiceName,
});