TamaraData class
Constructors
-
TamaraData({required String orderReferenceId, required TotalAmount totalAmount, required String description, required String countryCode, String paymentType = "PAY_BY_INSTALMENTS", required String locale, required List<
Items> items, required ConsumerModel consumer, required ShippingAddress shippingAddress, required TaxAmount taxAmount, required ShippingAmount shippingAmount, required MerchantUrl merchantUrl, Map<String, dynamic> ? additionalData}) -
TamaraData.fromJson(Map<
String, dynamic> json)
Properties
-
additionalData
↔ Map<
String, dynamic> ? -
getter/setter pair
- consumer ↔ ConsumerModel
-
getter/setter pair
- countryCode ↔ String
-
getter/setter pair
- description ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
items
↔ List<
Items> -
getter/setter pair
- locale ↔ String
-
getter/setter pair
- merchantUrl ↔ MerchantUrl
-
getter/setter pair
- orderReferenceId ↔ String
-
getter/setter pair
- paymentType ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shippingAddress ↔ ShippingAddress
-
getter/setter pair
- shippingAmount ↔ ShippingAmount
-
getter/setter pair
- taxAmount ↔ TaxAmount
-
getter/setter pair
- 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