GoogleAdsSearchads360V23CommonTransactionAttribute class
Attribute of the store sales transaction.
Constructors
- GoogleAdsSearchads360V23CommonTransactionAttribute({String? conversionAction, String? currencyCode, String? customValue, GoogleAdsSearchads360V23CommonItemAttribute? itemAttribute, String? orderId, GoogleAdsSearchads360V23CommonStoreAttribute? storeAttribute, double? transactionAmountMicros, String? transactionDateTime})
- GoogleAdsSearchads360V23CommonTransactionAttribute.fromJson(Map json_)
Properties
- conversionAction ↔ String?
-
The resource name of conversion action to report conversions to.
getter/setter pair
- currencyCode ↔ String?
-
Transaction currency code.
getter/setter pair
- customValue ↔ String?
-
Value of the custom variable for each transaction.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- itemAttribute ↔ GoogleAdsSearchads360V23CommonItemAttribute?
-
Item attributes of the transaction.
getter/setter pair
- orderId ↔ String?
-
Transaction order id.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- storeAttribute ↔ GoogleAdsSearchads360V23CommonStoreAttribute?
-
Store attributes of the transaction.
getter/setter pair
- transactionAmountMicros ↔ double?
-
Transaction amount in micros.
getter/setter pair
- transactionDateTime ↔ String?
-
Timestamp when transaction occurred.
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited