GoogleAdsSearchads360V23CommonStoreSalesMetadata class
Metadata for Store Sales Direct.
Constructors
- GoogleAdsSearchads360V23CommonStoreSalesMetadata({String? customKey, double? loyaltyFraction, GoogleAdsSearchads360V23CommonStoreSalesThirdPartyMetadata? thirdPartyMetadata, double? transactionUploadFraction})
- GoogleAdsSearchads360V23CommonStoreSalesMetadata.fromJson(Map json_)
Properties
- customKey ↔ String?
-
Name of the store sales custom variable key.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- loyaltyFraction ↔ double?
-
This is the fraction of all transactions that are identifiable (for
example, associated with any form of customer information).
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- thirdPartyMetadata ↔ GoogleAdsSearchads360V23CommonStoreSalesThirdPartyMetadata?
-
Metadata for a third party Store Sales upload.
getter/setter pair
- transactionUploadFraction ↔ double?
-
This is the ratio of sales being uploaded compared to the overall sales
that can be associated with a customer.
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