Show / Hide Table of Contents

Class GoogleCloudRecaptchaenterpriseV1TransactionDataGatewayInfo

Details about the transaction from the gateway.

Inheritance
object
GoogleCloudRecaptchaenterpriseV1TransactionDataGatewayInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.RecaptchaEnterprise.v1.Data
Assembly: Google.Apis.RecaptchaEnterprise.v1.dll
Syntax
public class GoogleCloudRecaptchaenterpriseV1TransactionDataGatewayInfo : IDirectResponseSchema

Properties

AvsResponseCode

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

Declaration
[JsonProperty("avsResponseCode")]
public virtual string AvsResponseCode { get; set; }
Property Value
Type Description
string

CvvResponseCode

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

Declaration
[JsonProperty("cvvResponseCode")]
public virtual string CvvResponseCode { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GatewayResponseCode

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

Declaration
[JsonProperty("gatewayResponseCode")]
public virtual string GatewayResponseCode { get; set; }
Property Value
Type Description
string

Name

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

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX