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

VariableEntry

import type { VariableEntry } from "https://aws-api.deno.dev/v0.4/services/frauddetector.ts?docs=full";

A variable in the list of variables for the batch create variable request.

interface VariableEntry {
dataSource?: string | null;
dataType?: string | null;
defaultValue?: string | null;
description?: string | null;
name?: string | null;
variableType?: string | null;
}

§Properties

§
dataSource?: string | null
[src]

The data source of the variable.

§
dataType?: string | null
[src]

The data type of the variable.

§
defaultValue?: string | null
[src]

The default value of the variable.

§
description?: string | null
[src]

The description of the variable.

§
name?: string | null
[src]

The name of the variable.

§
variableType?: string | null
[src]

The type of the variable. For more information see Variable types.

Valid Values: AUTH_CODE | AVS | BILLING_ADDRESS_L1 | BILLING_ADDRESS_L2 | BILLING_CITY | BILLING_COUNTRY | BILLING_NAME | BILLING_PHONE | BILLING_STATE | BILLING_ZIP | CARD_BIN | CATEGORICAL | CURRENCY_CODE | EMAIL_ADDRESS | FINGERPRINT | FRAUD_LABEL | FREE_FORM_TEXT | IP_ADDRESS | NUMERIC | ORDER_ID | PAYMENT_TYPE | PHONE_NUMBER | PRICE | PRODUCT_CATEGORY | SHIPPING_ADDRESS_L1 | SHIPPING_ADDRESS_L2 | SHIPPING_CITY | SHIPPING_COUNTRY | SHIPPING_NAME | SHIPPING_PHONE | SHIPPING_STATE | SHIPPING_ZIP | USERAGENT