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