Google Cloud reCAPTCHA Enterprise v1 API - Class TransactionEvent (2.12.0)

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.

Inheritance

object > TransactionEvent

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

TransactionEvent()

public TransactionEvent()

TransactionEvent(TransactionEvent)

public TransactionEvent(TransactionEvent other)
Parameter
NameDescription
otherTransactionEvent

Properties

EventTime

public Timestamp EventTime { get; set; }

Optional. Timestamp when this transaction event occurred; otherwise assumed to be the time of the API call.

Property Value
TypeDescription
Timestamp

EventType

public TransactionEvent.Types.TransactionEventType EventType { get; set; }

Optional. The type of this transaction event.

Property Value
TypeDescription
TransactionEventTypesTransactionEventType

Reason

public string Reason { get; set; }

Optional. The reason or standardized code that corresponds with this transaction event, if one exists. For example, a CHARGEBACK event with code 6005.

Property Value
TypeDescription
string

Value

public double Value { get; set; }

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.

Property Value
TypeDescription
double