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."],[[["This webpage provides reference documentation for the `TransactionEvent` class within the Google Cloud reCAPTCHA Enterprise v1 API, specifically for the .NET environment."],["The `TransactionEvent` class is used to describe different types of events within a payment transaction's lifecycle, and includes various version numbers for each different API version available, from 1.2.0 to 2.17.0."],["The `TransactionEvent` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for advanced usage and management within .NET applications."],["Key properties of the `TransactionEvent` class include `EventTime`, `EventType`, `Reason`, and `Value`, which allow developers to capture specific details related to a given transaction event."],["The documentation includes information on the constructors of `TransactionEvent`, including a parameter to clone another TransactionEvent, as well as a default constructor."]]],[]]