stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.GelatoVerifiedOutputs

Description

Contains the types generated from the schema GelatoVerifiedOutputs

Synopsis

Documentation

data GelatoVerifiedOutputs Source #

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

Constructors

GelatoVerifiedOutputs 

Fields

data GelatoVerifiedOutputsAddress' Source #

Defines the object schema located at components.schemas.gelato_verified_outputs.properties.address.anyOf in the specification.

The user\'s verified address.

Constructors

GelatoVerifiedOutputsAddress' 

Fields

data GelatoVerifiedOutputsDob' Source #

Defines the object schema located at components.schemas.gelato_verified_outputs.properties.dob.anyOf in the specification.

The user’s verified date of birth.

Constructors

GelatoVerifiedOutputsDob' 

Fields

data GelatoVerifiedOutputsIdNumberType' Source #

Defines the enum schema located at components.schemas.gelato_verified_outputs.properties.id_number_type in the specification.

The user's verified id number type.

Constructors

GelatoVerifiedOutputsIdNumberType'Other Value

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

GelatoVerifiedOutputsIdNumberType'Typed Text

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

GelatoVerifiedOutputsIdNumberType'EnumBrCpf

Represents the JSON value "br_cpf"

GelatoVerifiedOutputsIdNumberType'EnumSgNric

Represents the JSON value "sg_nric"

GelatoVerifiedOutputsIdNumberType'EnumUsSsn

Represents the JSON value "us_ssn"