GoogleCloudRetailV2PurchaseTransaction class
A transaction represents the entire purchase transaction.
Constructors
- GoogleCloudRetailV2PurchaseTransaction({double? cost, String? currencyCode, String? id, double? revenue, double? tax})
- GoogleCloudRetailV2PurchaseTransaction.fromJson(Map json_)
Properties
- cost ↔ double?
-
All the costs associated with the products.
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 characters.
getter/setter pair
- revenue ↔ double?
-
Total non-zero revenue or grand total associated with the transaction.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tax ↔ 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