TransactionRequest constructor
TransactionRequest({
- TransactionDetails? transactionDetails,
- List<
ItemDetails> ? itemDetails, - CustomerDetails? customerDetails,
- List<
String> ? enabledPayments, - CreditCard? creditCard,
- Va? bcaVa,
- Va? bniVa,
- Va? briVa,
- Va? cimbVa,
- Va? permataVa,
- Shopeepay? shopeepay,
- Gopay? gopay,
- Callbacks? callbacks,
- UobEzpay? uobEzpay,
- Expiry? expiry,
- PageExpiry? pageExpiry,
- Recurring? recurring,
- String? customField1,
- String? customField2,
- String? customField3,
- Qris? qris,
- 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,
});