ABAClientService class

Constructors

ABAClientService(ABAMerchant? merchant)

Properties

client → Dio
client Return dio object for http helper
no setter
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

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