Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
RecurlyClient.Types.Entitlements
Description
Contains the types generated from the schema Entitlements
Synopsis
Documentation
data Entitlements Source #
Defines the object schema located at components.schemas.Entitlements
in the specification.
A list of privileges granted to a customer through the purchase of a plan or item.
Constructors
Entitlements | |
Fields
|
Instances
FromJSON Entitlements Source # | |
Defined in RecurlyClient.Types.Entitlements | |
ToJSON Entitlements Source # | |
Defined in RecurlyClient.Types.Entitlements Methods toJSON :: Entitlements -> Value # toEncoding :: Entitlements -> Encoding # toJSONList :: [Entitlements] -> Value # toEncodingList :: [Entitlements] -> Encoding # | |
Show Entitlements Source # | |
Defined in RecurlyClient.Types.Entitlements Methods showsPrec :: Int -> Entitlements -> ShowS # show :: Entitlements -> String # showList :: [Entitlements] -> ShowS # | |
Eq Entitlements Source # | |
Defined in RecurlyClient.Types.Entitlements |
mkEntitlements :: Entitlements Source #
Create a new Entitlements
with all required fields.