stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.DeletedExternalAccount

Description

Contains the types generated from the schema DeletedExternalAccount

Synopsis

Documentation

data DeletedExternalAccount Source #

Defines the object schema located at components.schemas.deleted_external_account.anyOf in the specification.

Constructors

DeletedExternalAccount 

Fields

data DeletedExternalAccountDeleted' Source #

Defines the enum schema located at components.schemas.deleted_external_account.anyOf.properties.deleted in the specification.

Always true for a deleted object

Constructors

DeletedExternalAccountDeleted'Other Value

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

DeletedExternalAccountDeleted'Typed Bool

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

DeletedExternalAccountDeleted'EnumTrue

Represents the JSON value true

data DeletedExternalAccountObject' Source #

Defines the enum schema located at components.schemas.deleted_external_account.anyOf.properties.object in the specification.

String representing the object's type. Objects of the same type share the same value.

Constructors

DeletedExternalAccountObject'Other Value

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

DeletedExternalAccountObject'Typed Text

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

DeletedExternalAccountObject'EnumBankAccount

Represents the JSON value "bank_account"