Class GoogleCloudRecaptchaenterpriseV1TransactionDataGatewayInfo
Details about the transaction from the gateway.
Implements
Inherited Members
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 |