CreateVariableRequest
public struct CreateVariableRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The source of the data.
Declaration
Swift
public let dataSource: DataSource
-
The data type.
Declaration
Swift
public let dataType: DataType
-
The default value for the variable when no value is received.
Declaration
Swift
public let defaultValue: String
-
The description.
Declaration
Swift
public let description: String?
-
The name of the variable.
Declaration
Swift
public let name: String
-
A collection of key and value pairs.
Declaration
Swift
public let tags: [Tag]?
-
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 | SHIPPING_ZIP | USERAGENT
Declaration
Swift
public let variableType: String?
-
Undocumented
Declaration
Swift
public init(dataSource: DataSource, dataType: DataType, defaultValue: String, description: String? = nil, name: String, tags: [Tag]? = nil, variableType: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws