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.
Implements
IMessageTransactionDataTypesGatewayInfo, IEquatableTransactionDataTypesGatewayInfo, IDeepCloneableTransactionDataTypesGatewayInfo, IBufferMessage, IMessageNamespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
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; }
Optional. 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; }
Optional. 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; }
Optional. Gateway response code describing the state of the transaction.
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
Optional. Name of the gateway service (for example, stripe, square, paypal).
Property Value | |
---|---|
Type | Description |
string |