public sealed class TransactionEvent : IMessage<TransactionEvent>, IEquatable<TransactionEvent>, IDeepCloneable<TransactionEvent>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1beta1 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-21 UTC."],[[["This document provides reference information for the `TransactionEvent` class within the Google Cloud reCAPTCHA Enterprise v1beta1 API, specifically in the .NET context."],["The `TransactionEvent` class, part of the `Google.Cloud.RecaptchaEnterprise.V1Beta1` namespace, describes events in a payment transaction's lifecycle and inherits from `object` while implementing multiple interfaces."],["The class has two constructors: a default one, `TransactionEvent()`, and another, `TransactionEvent(TransactionEvent other)`, which duplicates the specified `TransactionEvent`."],["Key properties of the `TransactionEvent` class include `EventTime` (a timestamp), `EventType` (the type of event), `Reason` (a string code), and `Value` (a double representing a value related to the event)."],["The most recent version of the class documented is `2.0.0-beta07` although there are other versions available, such as `2.0.0-beta06` and `1.0.0-beta06`."]]],[]]