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