stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.GelatoDocumentReportError

Description

Contains the types generated from the schema GelatoDocumentReportError

Synopsis

Documentation

data GelatoDocumentReportError Source #

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

Constructors

GelatoDocumentReportError 

Fields

data GelatoDocumentReportErrorCode' Source #

Defines the enum schema located at components.schemas.gelato_document_report_error.properties.code in the specification.

A short machine-readable string giving the reason for the verification failure.

Constructors

GelatoDocumentReportErrorCode'Other Value

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

GelatoDocumentReportErrorCode'Typed Text

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

GelatoDocumentReportErrorCode'EnumDocumentExpired

Represents the JSON value "document_expired"

GelatoDocumentReportErrorCode'EnumDocumentTypeNotSupported

Represents the JSON value "document_type_not_supported"

GelatoDocumentReportErrorCode'EnumDocumentUnverifiedOther

Represents the JSON value "document_unverified_other"