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