GoogleAdsSearchads360V23CommonTransactionAttribute constructor

GoogleAdsSearchads360V23CommonTransactionAttribute({
  1. String? conversionAction,
  2. String? currencyCode,
  3. String? customValue,
  4. GoogleAdsSearchads360V23CommonItemAttribute? itemAttribute,
  5. String? orderId,
  6. GoogleAdsSearchads360V23CommonStoreAttribute? storeAttribute,
  7. double? transactionAmountMicros,
  8. String? transactionDateTime,
})

Implementation

GoogleAdsSearchads360V23CommonTransactionAttribute({
  this.conversionAction,
  this.currencyCode,
  this.customValue,
  this.itemAttribute,
  this.orderId,
  this.storeAttribute,
  this.transactionAmountMicros,
  this.transactionDateTime,
});