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