public sealed class TransactionEvent : IMessage<TransactionEvent>, IEquatable<TransactionEvent>, IDeepCloneable<TransactionEvent>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class TransactionEvent.
Describes an event in the lifecycle of a payment transaction.
Optional. The value that corresponds with this transaction event, if one
exists. For example, a refund event where $5.00 was refunded. Currency is
obtained from the original transaction data.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["The latest version available for the `TransactionEvent` class in the Google Cloud reCAPTCHA Enterprise v1 API is 2.17.0, while the current documentation is for version 2.9.0."],["`TransactionEvent` is a class that describes events in the lifecycle of a payment transaction, and is found within the `Google.Cloud.RecaptchaEnterprise.V1` namespace."],["This class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, with some inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["`TransactionEvent` has constructors for creating a new event instance and copying an existing one, plus properties like `EventTime`, `EventType`, `Reason`, and `Value` to describe the transaction event."],["There is documentation available for versions 2.0.0 all the way to 2.17.0 of the `TransactionEvent` class, along with versions 1.2.0 to 1.6.0, all of which share the same core documentation."]]],[]]