ABAClientHelper class

Constructors

ABAClientHelper.new(ABAMerchant? merchant)

Properties

hashCode int
The hash code for this object.
no setterinherited
merchant ABAMerchant?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getDio() → Dio
getDio Return dio object for http helper
getHash({required String reqTime, required String tranID, String amount = "", String items = "", String shipping = "", String ctid = "", String pwt = "", String? firstName = "", String? lastName = "", String? email = "", String? phone = "", String type = "", String paymentOption = "", String returnUrl = "", String cancelUrl = "", String continueSuccessUrl = "", String returnDeeplink = "", String currency = "", String customFields = "", String returnParams = ""}) String
getHash
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited