Safe Haskell | None |
---|---|
Language | Haskell2010 |
StripeAPI.Types.DeletedExternalAccount
Description
Contains the types generated from the schema DeletedExternalAccount
Documentation
data DeletedExternalAccount Source #
Defines the object schema located at components.schemas.deleted_external_account.anyOf
in the specification.
Constructors
DeletedExternalAccount | |
Fields
|
Instances
Eq DeletedExternalAccount Source # | |
Defined in StripeAPI.Types.DeletedExternalAccount Methods (==) :: DeletedExternalAccount -> DeletedExternalAccount -> Bool # (/=) :: DeletedExternalAccount -> DeletedExternalAccount -> Bool # | |
Show DeletedExternalAccount Source # | |
Defined in StripeAPI.Types.DeletedExternalAccount Methods showsPrec :: Int -> DeletedExternalAccount -> ShowS # show :: DeletedExternalAccount -> String # showList :: [DeletedExternalAccount] -> ShowS # | |
ToJSON DeletedExternalAccount Source # | |
Defined in StripeAPI.Types.DeletedExternalAccount Methods toJSON :: DeletedExternalAccount -> Value # toEncoding :: DeletedExternalAccount -> Encoding # toJSONList :: [DeletedExternalAccount] -> Value # | |
FromJSON DeletedExternalAccount Source # | |
Defined in StripeAPI.Types.DeletedExternalAccount Methods parseJSON :: Value -> Parser DeletedExternalAccount # parseJSONList :: Value -> Parser [DeletedExternalAccount] # |
mkDeletedExternalAccount :: DeletedExternalAccount Source #
Create a new DeletedExternalAccount
with all required 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 |
Instances
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 |