Class: Recurly::Requests::CouponBulkCreate

Inherits:
Recurly::Request show all
Defined in:
lib/recurly/requests/coupon_bulk_create.rb

Instance Attribute Summary collapse

Attributes inherited from Recurly::Request

#attributes

Method Summary

Methods inherited from Recurly::Request

#==, #to_s

Methods included from Schema::SchemaFactory

#schema

Methods included from Schema::RequestCaster

#cast_request

Methods included from Schema::ResourceCaster

#cast

Methods included from Schema::SchemaValidator

#get_did_you_mean, #validate!, #validate_attribute!

Instance Attribute Details

#number_of_unique_codesInteger

Returns 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).

Returns:

  • (Integer)

    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).



11
# File 'lib/recurly/requests/coupon_bulk_create.rb', line 11

define_attribute :number_of_unique_codes, Integer