stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.GelatoSessionDocumentOptions

Description

Contains the types generated from the schema GelatoSessionDocumentOptions

Synopsis

Documentation

data GelatoSessionDocumentOptions Source #

Defines the object schema located at components.schemas.gelato_session_document_options in the specification.

Constructors

GelatoSessionDocumentOptions 

Fields

data GelatoSessionDocumentOptionsAllowedTypes' Source #

Defines the enum schema located at components.schemas.gelato_session_document_options.properties.allowed_types.items in the specification.

Constructors

GelatoSessionDocumentOptionsAllowedTypes'Other Value

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

GelatoSessionDocumentOptionsAllowedTypes'Typed Text

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

GelatoSessionDocumentOptionsAllowedTypes'EnumDrivingLicense

Represents the JSON value "driving_license"

GelatoSessionDocumentOptionsAllowedTypes'EnumIdCard

Represents the JSON value "id_card"

GelatoSessionDocumentOptionsAllowedTypes'EnumPassport

Represents the JSON value "passport"