recurly-client-0.0.0.1: Client for Recurly subscription management
Safe HaskellSafe-Inferred
LanguageHaskell2010

RecurlyClient.Types.CouponRedemptionMini

Description

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.

Constructors

CouponRedemptionMini 

Fields

data CouponRedemptionMiniState Source #

Defines the enum schema located at components.schemas.CouponRedemptionMini.properties.state in the specification.

Constructors

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 "active"

CouponRedemptionMiniStateEnumInactive

Represents the JSON value "inactive"