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