TransactionRequest constructor

TransactionRequest({
  1. TransactionDetails? transactionDetails,
  2. List<ItemDetails>? itemDetails,
  3. CustomerDetails? customerDetails,
  4. List<String>? enabledPayments,
  5. CreditCard? creditCard,
  6. Va? bcaVa,
  7. Va? bniVa,
  8. Va? briVa,
  9. Va? cimbVa,
  10. Va? permataVa,
  11. Shopeepay? shopeepay,
  12. Gopay? gopay,
  13. Callbacks? callbacks,
  14. UobEzpay? uobEzpay,
  15. Expiry? expiry,
  16. PageExpiry? pageExpiry,
  17. Recurring? recurring,
  18. String? customField1,
  19. String? customField2,
  20. String? customField3,
  21. Qris? qris,
  22. String? paymentType,
})

Implementation

TransactionRequest({
  this.transactionDetails,
  this.itemDetails,
  this.customerDetails,
  this.enabledPayments,
  this.creditCard,
  this.bcaVa,
  this.bniVa,
  this.briVa,
  this.cimbVa,
  this.permataVa,
  this.shopeepay,
  this.gopay,
  this.callbacks,
  this.uobEzpay,
  this.expiry,
  this.pageExpiry,
  this.recurring,
  this.customField1,
  this.customField2,
  this.customField3,
  this.qris,
  this.paymentType,
});