stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.GelatoIdNumberReportError

Description

Contains the types generated from the schema GelatoIdNumberReportError

Synopsis

Documentation

data GelatoIdNumberReportError Source #

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

Constructors

GelatoIdNumberReportError 

Fields

data GelatoIdNumberReportErrorCode' Source #

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

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

Constructors

GelatoIdNumberReportErrorCode'Other Value

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

GelatoIdNumberReportErrorCode'Typed Text

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

GelatoIdNumberReportErrorCode'EnumIdNumberInsufficientDocumentData

Represents the JSON value "id_number_insufficient_document_data"

GelatoIdNumberReportErrorCode'EnumIdNumberMismatch

Represents the JSON value "id_number_mismatch"

GelatoIdNumberReportErrorCode'EnumIdNumberUnverifiedOther

Represents the JSON value "id_number_unverified_other"