AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateVariable operation. Creates a variable.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.FraudDetector.AmazonFraudDetectorRequest
      Amazon.FraudDetector.Model.CreateVariableRequest

Namespace: Amazon.FraudDetector.Model
Assembly: AWSSDK.FraudDetector.dll
Version: 3.x.y.z

Syntax

C#
public class CreateVariableRequest : AmazonFraudDetectorRequest
         IAmazonWebServiceRequest

The CreateVariableRequest type exposes the following members

Constructors

NameDescription
Public Method CreateVariableRequest()

Properties

NameTypeDescription
Public Property DataSource Amazon.FraudDetector.DataSource

Gets and sets the property DataSource.

The source of the data.

Public Property DataType Amazon.FraudDetector.DataType

Gets and sets the property DataType.

The data type of the variable.

Public Property DefaultValue System.String

Gets and sets the property DefaultValue.

The default value for the variable when no value is received.

Public Property Description System.String

Gets and sets the property Description.

The description.

Public Property Name System.String

Gets and sets the property Name.

The name of the variable.

Public Property Tags System.Collections.Generic.List<Amazon.FraudDetector.Model.Tag>

Gets and sets the property Tags.

A collection of key and value pairs.

Public Property VariableType System.String

Gets and sets the property VariableType.

The variable type. 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

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5