ABATransaction constructor

ABATransaction({
  1. ABAMerchant? merchant,
  2. String? tranID,
  3. double? amount,
  4. List<ABATransactionItem>? items,
  5. String? hash,
  6. String? firstname,
  7. String? lastname,
  8. String? phone,
  9. String? email,
  10. String? returnUrl,
  11. String? continueSuccessUrl,
  12. String? returnParams,
  13. String? phoneCountryCode,
  14. String? preAuth,
  15. AcceptPaymentOption? paymentOption,
  16. 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,
});