AddToCartRequest class
- Annotations
-
- @JsonSerializable()
Constructors
-
AddToCartRequest({String? category, List<
AdhocTax> ? adhocTax, List<SelectedCartoffers> ? selectedCartoffers, ContextParameters? contextParameters, String? billingOrShippingAddressId, String? taxClassificationKey, String? taxClassificationName}) -
AddToCartRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
adhocTax
↔ List<
AdhocTax> ? -
getter/setter pair
- billingOrShippingAddressId ↔ String?
-
getter/setter pair
- category ↔ String?
-
getter/setter pair
- contextParameters ↔ ContextParameters?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
selectedCartoffers
↔ List<
SelectedCartoffers> ? -
getter/setter pair
- taxClassificationKey ↔ String?
-
getter/setter pair
- taxClassificationName ↔ String?
-
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited