GoogleAdsSearchads360V23ServicesCartData constructor

GoogleAdsSearchads360V23ServicesCartData({
  1. String? feedCountryCode,
  2. String? feedLanguageCode,
  3. List<GoogleAdsSearchads360V23ServicesCartDataItem>? items,
  4. double? localTransactionCost,
  5. String? merchantId,
})

Implementation

GoogleAdsSearchads360V23ServicesCartData({
  this.feedCountryCode,
  this.feedLanguageCode,
  this.items,
  this.localTransactionCost,
  this.merchantId,
});