stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.Radar_ValueList

Description

Contains the types generated from the schema Radar_ValueList

Synopsis

Documentation

data Radar'valueList Source #

Defines the object schema located at components.schemas.radar.value_list in the specification.

Value lists allow you to group values together which can then be referenced in rules.

Related guide: Default Stripe Lists.

Constructors

Radar'valueList 

Fields

data Radar'valueListItemType' Source #

Defines the enum schema located at components.schemas.radar.value_list.properties.item_type in the specification.

The type of items in the value list. One of `card_fingerprint`, `card_bin`, `email`, `ip_address`, `country`, `string`, or `case_sensitive_string`.

Constructors

Radar'valueListItemType'Other Value

This case is used if the value encountered during decoding does not match any of the provided cases in the specification.

Radar'valueListItemType'Typed Text

This constructor can be used to send values to the server which are not present in the specification yet.

Radar'valueListItemType'EnumCardBin

Represents the JSON value "card_bin"

Radar'valueListItemType'EnumCardFingerprint

Represents the JSON value "card_fingerprint"

Radar'valueListItemType'EnumCaseSensitiveString

Represents the JSON value "case_sensitive_string"

Radar'valueListItemType'EnumCountry

Represents the JSON value "country"

Radar'valueListItemType'EnumEmail

Represents the JSON value "email"

Radar'valueListItemType'EnumIpAddress

Represents the JSON value "ip_address"

Radar'valueListItemType'EnumString

Represents the JSON value "string"

data Radar'valueListListItems' Source #

Defines the object schema located at components.schemas.radar.value_list.properties.list_items in the specification.

List of items contained within this value list.

Constructors

Radar'valueListListItems' 

Fields