GoogleCloudRecaptchaenterpriseV1TransactionDataItem class
Line items being purchased in this transaction.
Constructors
- GoogleCloudRecaptchaenterpriseV1TransactionDataItem({String? merchantAccountId, String? name, String? quantity, double? value})
- GoogleCloudRecaptchaenterpriseV1TransactionDataItem.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- merchantAccountId ↔ String?
-
When a merchant is specified, its corresponding account_id.
getter/setter pair
- name ↔ String?
-
The full name of the item.
getter/setter pair
- quantity ↔ String?
-
The quantity of this item that is being purchased.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value ↔ double?
-
The value per item that the user is paying, in the transaction currency,
after discounts.
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