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

Variable

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

The variable.

interface Variable {
arn?: string | null;
createdTime?: string | null;
dataSource?: DataSource | null;
dataType?: DataType | null;
defaultValue?: string | null;
description?: string | null;
lastUpdatedTime?: string | null;
name?: string | null;
variableType?: string | null;
}

§Properties

§
arn?: string | null
[src]

The ARN of the variable.

§
createdTime?: string | null
[src]

The time when the variable was created.

§
dataSource?: DataSource | null
[src]

The data source of the variable.

§
dataType?: DataType | null
[src]

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

§
defaultValue?: string | null
[src]

The default value of the variable.

§
description?: string | null
[src]

The description of the variable.

§
lastUpdatedTime?: string | null
[src]

The time when variable was last updated.

§
name?: string | null
[src]

The name of the variable.

§
variableType?: string | null
[src]

The variable type of the variable.

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