GoogleCloudRecaptchaenterpriseV1TransactionEvent class
Describes an event in the lifecycle of a payment transaction.
Constructors
- GoogleCloudRecaptchaenterpriseV1TransactionEvent({String? eventTime, String? eventType, String? reason, double? value})
- GoogleCloudRecaptchaenterpriseV1TransactionEvent.fromJson(Map json_)
Properties
- eventTime ↔ String?
-
Timestamp when this transaction event occurred; otherwise assumed to be
the time of the API call.
getter/setter pair
- eventType ↔ String?
-
The type of this transaction event.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- reason ↔ String?
-
The reason or standardized code that corresponds with this transaction
event, if one exists.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value ↔ double?
-
The value that corresponds with this transaction event, if one exists.
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