GoogleAdsSearchads360V23CommonTransactionAttribute constructor
GoogleAdsSearchads360V23CommonTransactionAttribute({
- String? conversionAction,
- String? currencyCode,
- String? customValue,
- GoogleAdsSearchads360V23CommonItemAttribute? itemAttribute,
- String? orderId,
- GoogleAdsSearchads360V23CommonStoreAttribute? storeAttribute,
- double? transactionAmountMicros,
- String? transactionDateTime,
Implementation
GoogleAdsSearchads360V23CommonTransactionAttribute({
this.conversionAction,
this.currencyCode,
this.customValue,
this.itemAttribute,
this.orderId,
this.storeAttribute,
this.transactionAmountMicros,
this.transactionDateTime,
});