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