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