| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
RecurlyClient.Types.PlanHostedPages
Description
Contains the types generated from the schema PlanHostedPages
Documentation
data PlanHostedPages Source #
Defines the object schema located at components.schemas.PlanHostedPages in the specification.
Constructors
| PlanHostedPages | |
Fields
| |
Instances
| FromJSON PlanHostedPages Source # | |
Defined in RecurlyClient.Types.PlanHostedPages Methods parseJSON :: Value -> Parser PlanHostedPages # parseJSONList :: Value -> Parser [PlanHostedPages] # | |
| ToJSON PlanHostedPages Source # | |
Defined in RecurlyClient.Types.PlanHostedPages Methods toJSON :: PlanHostedPages -> Value # toEncoding :: PlanHostedPages -> Encoding # toJSONList :: [PlanHostedPages] -> Value # toEncodingList :: [PlanHostedPages] -> Encoding # | |
| Show PlanHostedPages Source # | |
Defined in RecurlyClient.Types.PlanHostedPages Methods showsPrec :: Int -> PlanHostedPages -> ShowS # show :: PlanHostedPages -> String # showList :: [PlanHostedPages] -> ShowS # | |
| Eq PlanHostedPages Source # | |
Defined in RecurlyClient.Types.PlanHostedPages Methods (==) :: PlanHostedPages -> PlanHostedPages -> Bool # (/=) :: PlanHostedPages -> PlanHostedPages -> Bool # | |
mkPlanHostedPages :: PlanHostedPages Source #
Create a new PlanHostedPages with all required fields.