public sealed class TransactionData.Types.GatewayInfo : IMessage<TransactionData.Types.GatewayInfo>, IEquatable<TransactionData.Types.GatewayInfo>, IDeepCloneable<TransactionData.Types.GatewayInfo>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class TransactionData.Types.GatewayInfo.
Details about the transaction from the gateway.
Implements
IMessageTransactionDataTypesGatewayInfo, IEquatableTransactionDataTypesGatewayInfo, IDeepCloneableTransactionDataTypesGatewayInfo, IBufferMessage, IMessageNamespace
GoogleGoogle.CloudGoogle.Cloud.RecaptchaEnterpriseV1Assembly
Google.Cloud.RecaptchaEnterprise.V1.dll
Constructors
GatewayInfo()
public GatewayInfo()GatewayInfo(GatewayInfo)
public GatewayInfo(TransactionData.Types.GatewayInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
TransactionDataTypesGatewayInfo |
Properties
AvsResponseCode
public string AvsResponseCode { get; set; }AVS response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
| Property Value | |
|---|---|
| Type | Description |
string |
|
CvvResponseCode
public string CvvResponseCode { get; set; }CVV response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
| Property Value | |
|---|---|
| Type | Description |
string |
|
GatewayResponseCode
public string GatewayResponseCode { get; set; }Gateway response code describing the state of the transaction.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }Name of the gateway service (for example, stripe, square, paypal).
| Property Value | |
|---|---|
| Type | Description |
string |
|