TamaraCredential class
- Tamara credential
Constructors
- TamaraCredential({required String token, required MerchantUrl merchantUrl, bool authoriseOrder = true, bool captureOrder = false})
-
TamaraCredential.fromJson(Map<
String, dynamic> json)
Properties
-
- If
trueit authorise the payment automatically after successful paymentgetter/setter pair - If
- captureOrder ↔ bool
-
- If
trueit capture the full amount of order automatically after successful paymentgetter/setter pair - If
- hashCode → int
-
The hash code for this object.
no setterinherited
- merchantUrl ↔ MerchantUrl
-
- Merchant
Urlsfor Tamaragetter/setter pair - Merchant
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- token ↔ String
-
- Tamara token
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited