GoogleCloudRecommendationengineV1beta1PurchaseTransaction class

A transaction represents the entire purchase transaction.

Properties

costs Map<String, double>?
All the costs associated with the product.
getter/setter pair
currencyCode String?
Currency code.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
The transaction ID with a length limit of 128 bytes.
getter/setter pair
revenue double?
Total revenue or grand total associated with the transaction.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taxes Map<String, double>?
All the taxes associated with the transaction.
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