Google Cloud reCAPTCHA Enterprise v1beta1 API - Class TransactionData.Types.GatewayInfo (2.0.0-beta06)

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 v1beta1 API class TransactionData.Types.GatewayInfo.

Details about the transaction from the gateway.

Inheritance

object > TransactionData.Types.GatewayInfo

Namespace

Google.Cloud.RecaptchaEnterprise.V1Beta1

Assembly

Google.Cloud.RecaptchaEnterprise.V1Beta1.dll

Constructors

GatewayInfo()

public GatewayInfo()

GatewayInfo(GatewayInfo)

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

Properties

AvsResponseCode

public string AvsResponseCode { get; set; }

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; }

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; }

Gateway response code describing the state of the transaction.

Property Value
TypeDescription
string

Name

public string Name { get; set; }

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

Property Value
TypeDescription
string