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

GoogleCloudRecaptchaenterpriseV1FraudSignalsCardSignals

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

Signals describing the payment card used in this transaction.

interface GoogleCloudRecaptchaenterpriseV1FraudSignalsCardSignals {
readonly cardLabels?:
| "CARD_LABEL_UNSPECIFIED"
| "PREPAID"
| "VIRTUAL"
| "UNEXPECTED_LOCATION"[];
}

§Properties

§
readonly cardLabels?: "CARD_LABEL_UNSPECIFIED" | "PREPAID" | "VIRTUAL" | "UNEXPECTED_LOCATION"[]
[src]

Output only. The labels for the payment card in this transaction.