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

RecurlyClient.Types.CouponBulkCreate

Description

Contains the types generated from the schema CouponBulkCreate

Synopsis

Documentation

data CouponBulkCreate Source #

Defines the object schema located at components.schemas.CouponBulkCreate in the specification.

Constructors

CouponBulkCreate 

Fields

  • couponBulkCreateNumber_of_unique_codes :: Maybe Int

    number_of_unique_codes: The quantity of unique coupon codes to generate. A bulk coupon can have up to 100,000 unique codes (or your site's configured limit).

    Constraints:

    • Minimum of 1.0

mkCouponBulkCreate :: CouponBulkCreate Source #

Create a new CouponBulkCreate with all required fields.