GoogleAdsSearchads360V23ServicesCartData class
Contains additional information about cart data.
Constructors
-
GoogleAdsSearchads360V23ServicesCartData({String? feedCountryCode, String? feedLanguageCode, List<
GoogleAdsSearchads360V23ServicesCartDataItem> ? items, double? localTransactionCost, String? merchantId}) - GoogleAdsSearchads360V23ServicesCartData.fromJson(Map json_)
Properties
- feedCountryCode ↔ String?
-
The country code associated with the feed where the items are uploaded.
getter/setter pair
- feedLanguageCode ↔ String?
-
The language code associated with the feed where the items are uploaded.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
items
↔ List<
GoogleAdsSearchads360V23ServicesCartDataItem> ? -
Data of the items purchased.
getter/setter pair
- localTransactionCost ↔ double?
-
Sum of all transaction level discounts, such as free shipping and coupon
discounts for the whole cart.
getter/setter pair
- merchantId ↔ String?
-
The Merchant Center ID where the items are uploaded.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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