stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.GelatoReportDocumentOptions

Description

Contains the types generated from the schema GelatoReportDocumentOptions

Synopsis

Documentation

data GelatoReportDocumentOptions Source #

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

Constructors

GelatoReportDocumentOptions 

Fields

data GelatoReportDocumentOptionsAllowedTypes' Source #

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

Constructors

GelatoReportDocumentOptionsAllowedTypes'Other Value

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

GelatoReportDocumentOptionsAllowedTypes'Typed Text

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

GelatoReportDocumentOptionsAllowedTypes'EnumDrivingLicense

Represents the JSON value "driving_license"

GelatoReportDocumentOptionsAllowedTypes'EnumIdCard

Represents the JSON value "id_card"

GelatoReportDocumentOptionsAllowedTypes'EnumPassport

Represents the JSON value "passport"