Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contains the types generated from the schema DeletedBankAccount
Synopsis
Documentation
data DeletedBankAccount Source #
Defines the data type for the schema deleted_bank_account
DeletedBankAccount | |
|
Instances
Eq DeletedBankAccount Source # | |
Defined in StripeAPI.Types.DeletedBankAccount (==) :: DeletedBankAccount -> DeletedBankAccount -> Bool # (/=) :: DeletedBankAccount -> DeletedBankAccount -> Bool # | |
Show DeletedBankAccount Source # | |
Defined in StripeAPI.Types.DeletedBankAccount showsPrec :: Int -> DeletedBankAccount -> ShowS # show :: DeletedBankAccount -> String # showList :: [DeletedBankAccount] -> ShowS # | |
ToJSON DeletedBankAccount Source # | |
Defined in StripeAPI.Types.DeletedBankAccount toJSON :: DeletedBankAccount -> Value # toEncoding :: DeletedBankAccount -> Encoding # toJSONList :: [DeletedBankAccount] -> Value # toEncodingList :: [DeletedBankAccount] -> Encoding # | |
FromJSON DeletedBankAccount Source # | |
Defined in StripeAPI.Types.DeletedBankAccount parseJSON :: Value -> Parser DeletedBankAccount # parseJSONList :: Value -> Parser [DeletedBankAccount] # |
data DeletedBankAccountDeleted' Source #
Defines the enum schema deleted_bank_accountDeleted'
Always true for a deleted object
DeletedBankAccountDeleted'EnumOther Value | |
DeletedBankAccountDeleted'EnumTyped Bool | |
DeletedBankAccountDeleted'EnumBoolTrue |
Instances
data DeletedBankAccountObject' Source #
Defines the enum schema deleted_bank_accountObject'
String representing the object's type. Objects of the same type share the same value.
DeletedBankAccountObject'EnumOther Value | |
DeletedBankAccountObject'EnumTyped String | |
DeletedBankAccountObject'EnumStringBankAccount |