stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.TaxIdVerification

Description

Contains the types generated from the schema TaxIdVerification

Synopsis

Documentation

data TaxIdVerification Source #

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

Constructors

TaxIdVerification 

Fields

data TaxIdVerificationStatus' Source #

Defines the enum schema located at components.schemas.tax_id_verification.properties.status in the specification.

Verification status, one of `pending`, `verified`, `unverified`, or `unavailable`.

Constructors

TaxIdVerificationStatus'Other Value

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

TaxIdVerificationStatus'Typed Text

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

TaxIdVerificationStatus'EnumPending

Represents the JSON value "pending"

TaxIdVerificationStatus'EnumUnavailable

Represents the JSON value "unavailable"

TaxIdVerificationStatus'EnumUnverified

Represents the JSON value "unverified"

TaxIdVerificationStatus'EnumVerified

Represents the JSON value "verified"