Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Contains the types generated from the schema CouponRedemptionMini
Synopsis
Documentation
data CouponRedemptionMini Source #
Defines the object schema located at components.schemas.CouponRedemptionMini
in the specification.
CouponRedemptionMini | |
|
Instances
FromJSON CouponRedemptionMini Source # | |
Defined in RecurlyClient.Types.CouponRedemptionMini parseJSON :: Value -> Parser CouponRedemptionMini # parseJSONList :: Value -> Parser [CouponRedemptionMini] # | |
ToJSON CouponRedemptionMini Source # | |
Defined in RecurlyClient.Types.CouponRedemptionMini toJSON :: CouponRedemptionMini -> Value # toEncoding :: CouponRedemptionMini -> Encoding # toJSONList :: [CouponRedemptionMini] -> Value # toEncodingList :: [CouponRedemptionMini] -> Encoding # | |
Show CouponRedemptionMini Source # | |
Defined in RecurlyClient.Types.CouponRedemptionMini showsPrec :: Int -> CouponRedemptionMini -> ShowS # show :: CouponRedemptionMini -> String # showList :: [CouponRedemptionMini] -> ShowS # | |
Eq CouponRedemptionMini Source # | |
Defined in RecurlyClient.Types.CouponRedemptionMini (==) :: CouponRedemptionMini -> CouponRedemptionMini -> Bool # (/=) :: CouponRedemptionMini -> CouponRedemptionMini -> Bool # |
mkCouponRedemptionMini :: CouponRedemptionMini Source #
Create a new CouponRedemptionMini
with all required fields.
data CouponRedemptionMiniState Source #
Defines the enum schema located at components.schemas.CouponRedemptionMini.properties.state
in the specification.
CouponRedemptionMiniStateOther Value | This case is used if the value encountered during decoding does not match any of the provided cases in the specification. |
CouponRedemptionMiniStateTyped Text | This constructor can be used to send values to the server which are not present in the specification yet. |
CouponRedemptionMiniStateEnumActive | Represents the JSON value |
CouponRedemptionMiniStateEnumInactive | Represents the JSON value |