stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.GelatoSelfieReportError

Description

Contains the types generated from the schema GelatoSelfieReportError

Synopsis

Documentation

data GelatoSelfieReportError Source #

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

Constructors

GelatoSelfieReportError 

Fields

data GelatoSelfieReportErrorCode' Source #

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

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

Constructors

GelatoSelfieReportErrorCode'Other Value

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

GelatoSelfieReportErrorCode'Typed Text

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

GelatoSelfieReportErrorCode'EnumSelfieDocumentMissingPhoto

Represents the JSON value "selfie_document_missing_photo"

GelatoSelfieReportErrorCode'EnumSelfieFaceMismatch

Represents the JSON value "selfie_face_mismatch"

GelatoSelfieReportErrorCode'EnumSelfieManipulated

Represents the JSON value "selfie_manipulated"

GelatoSelfieReportErrorCode'EnumSelfieUnverifiedOther

Represents the JSON value "selfie_unverified_other"