Google Cloud reCAPTCHA Enterprise v1 API - Class TransactionData.Types.GatewayInfo (2.7.0)

public sealed class TransactionData.Types.GatewayInfo : IMessage<TransactionData.Types.GatewayInfo>, IEquatable<TransactionData.Types.GatewayInfo>, IDeepCloneable<TransactionData.Types.GatewayInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class TransactionData.Types.GatewayInfo.

Details about the transaction from the gateway.

Inheritance

object > TransactionData.Types.GatewayInfo

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

GatewayInfo()

public GatewayInfo()

GatewayInfo(GatewayInfo)

public GatewayInfo(TransactionData.Types.GatewayInfo other)
Parameter
NameDescription
otherTransactionDataTypesGatewayInfo

Properties

AvsResponseCode

public string AvsResponseCode { get; set; }

Optional. AVS response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).

Property Value
TypeDescription
string

CvvResponseCode

public string CvvResponseCode { get; set; }

Optional. CVV response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).

Property Value
TypeDescription
string

GatewayResponseCode

public string GatewayResponseCode { get; set; }

Optional. Gateway response code describing the state of the transaction.

Property Value
TypeDescription
string

Name

public string Name { get; set; }

Optional. Name of the gateway service (for example, stripe, square, paypal).

Property Value
TypeDescription
string