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