ABAMerchant class
ABAMerchant
Represent and Hold Merchant Credential provided by aba bank supporter
Example
var merchant = ABAMerchant(
merchantID: "your_merchant_api",
merchantApiKey: "your_api_key",
merchantApiName: "your_merchant_name",
baseApiUrl: "based_api_url", // without merchantApiName
referedDomain: "", // whitelist domain
);
Constructors
- ABAMerchant({required String merchantID, required String merchantApiKey, required String merchantApiName, required String baseApiUrl, required String refererDomain})
-
ABAMerchant.fromMap(Map<
String, dynamic> map) -
ABAMerchant.fromMap
factory
Properties
- baseApiUrl → String?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- merchantApiKey → String?
-
no setter
- merchantApiName → String?
-
no setter
- merchantID → String?
-
getter
no setter - refererDomain → String?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, String?> - toMap
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited