ABATransaction constructor
ABATransaction({
- ABAMerchant? merchant,
- String? tranID,
- double? amount,
- List<
ABATransactionItem> ? items, - String? hash,
- String? firstname,
- String? lastname,
- String? phone,
- String? email,
- String? returnUrl,
- String? continueSuccessUrl,
- String? returnParams,
- String? phoneCountryCode,
- String? preAuth,
- AcceptPaymentOption? paymentOption,
- double? shipping,
Implementation
ABATransaction({
this.merchant,
this.tranID,
this.amount,
this.items,
this.hash,
this.firstname,
this.lastname,
this.phone,
this.email,
this.returnUrl,
this.continueSuccessUrl,
this.returnParams,
this.phoneCountryCode,
this.preAuth,
this.paymentOption,
this.shipping,
});