InvoicePaymentResponse constructor

const InvoicePaymentResponse({
  1. required String checkoutId,
  2. required String paymentGatewayTransactionId,
  3. required String checkoutDeeplink,
  4. required String transactionId,
})

Implementation

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