Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
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.
Entitlements | |
|
Instances
FromJSON Entitlements Source # | |
Defined in RecurlyClient.Types.Entitlements parseJSON :: Value -> Parser Entitlements # parseJSONList :: Value -> Parser [Entitlements] # | |
ToJSON Entitlements Source # | |
Defined in RecurlyClient.Types.Entitlements toJSON :: Entitlements -> Value # toEncoding :: Entitlements -> Encoding # toJSONList :: [Entitlements] -> Value # toEncodingList :: [Entitlements] -> Encoding # | |
Show Entitlements Source # | |
Defined in RecurlyClient.Types.Entitlements showsPrec :: Int -> Entitlements -> ShowS # show :: Entitlements -> String # showList :: [Entitlements] -> ShowS # | |
Eq Entitlements Source # | |
Defined in RecurlyClient.Types.Entitlements (==) :: Entitlements -> Entitlements -> Bool # (/=) :: Entitlements -> Entitlements -> Bool # |
mkEntitlements :: Entitlements Source #
Create a new Entitlements
with all required fields.