InvoicePaymentResponse constructor
const
InvoicePaymentResponse({})
Implementation
const InvoicePaymentResponse({
required this.checkoutId,
required this.paymentGatewayTransactionId,
required this.checkoutDeeplink,
required this.transactionId,
});