TamaraCaptureOrder class
- Inheritance
-
- Object
- TamaraApiData
- TamaraCaptureOrder
Constructors
- TamaraCaptureOrder({required String tamaraToken, required String orderId, required TotalAmount totalAmount, required ShippingInfo shippingInfo, required UniPayEnvironment environment})
-
TamaraCaptureOrder.fromJson(Map<
String, dynamic> json)
Properties
- environment ↔ UniPayEnvironment
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- orderId ↔ String
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shippingInfo ↔ ShippingInfo
-
getter/setter pair
- tamaraToken ↔ String
-
getter/setter pairinherited
- totalAmount ↔ TotalAmount
-
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