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