ABATransaction class
Constructors
-
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}) -
ABATransaction.fromMap(Map<
String, dynamic> map) -
ABATransaction.fromMap
factory
- ABATransaction.instance(ABAMerchant merchant)
-
factory
Properties
- amount ↔ double?
-
getter/setter pair
- continueSuccessUrl ↔ String?
-
getter/setter pair
- email ↔ String?
-
getter/setter pair
- firstname ↔ String?
-
getter/setter pair
- hash ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
items
↔ List<
ABATransactionItem> ? -
getter/setter pair
- lastname ↔ String?
-
getter/setter pair
- merchant ↔ ABAMerchant?
-
getter/setter pair
- paymentOption ↔ AcceptPaymentOption?
-
getter/setter pair
- phone ↔ String?
-
getter/setter pair
- phoneCountryCode ↔ String?
-
getter/setter pair
- preAuth ↔ String?
-
getter/setter pair
- reqTime → String
-
no setter
- returnParams ↔ String?
-
getter/setter pair
- returnUrl ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shipping ↔ double?
-
getter/setter pair
- totalPrice → double
-
no setter
- tranID ↔ String?
-
getter/setter pair
Methods
-
check(
) → Future< ABAServerResponse> - check
-
create(
) → Future< ABAServerResponse> - create
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> - toMap
-
toString(
) → String -
A string representation of this object.
inherited
-
validate(
) → Future< bool> - validate
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited