AddToCartSellInRequest class

Annotations
  • @JsonSerializable.new()

Constructors

AddToCartSellInRequest({String? category, String? taxClassificationKey, String? taxClassificationName, String? billingOrShippingAddressId, List<Payment>? payment, List<RelatedParty>? relatedParty, List<AdhocTax>? adhocTax, List<SelectedCartoffers>? selectedCartoffers, ContextParameters? contextParameters, List<ShippingMethod>? shippingMethod})
AddToCartSellInRequest.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
payment List<Payment>?
getter/setter pair
relatedParty List<RelatedParty>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedCartoffers List<SelectedCartoffers>?
getter/setter pair
shippingMethod List<ShippingMethod>?
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