Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudRecaptchaenterpriseV1TransactionDataGatewayInfo

import type { GoogleCloudRecaptchaenterpriseV1TransactionDataGatewayInfo } from "https://googleapis.deno.dev/v1/recaptchaenterprise:v1.ts";

Details about the transaction from the gateway.

interface GoogleCloudRecaptchaenterpriseV1TransactionDataGatewayInfo {
avsResponseCode?: string;
cvvResponseCode?: string;
gatewayResponseCode?: string;
name?: string;
}

§Properties

§
avsResponseCode?: string
[src]

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

§
cvvResponseCode?: string
[src]

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

§
gatewayResponseCode?: string
[src]

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

§
name?: string
[src]

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