Method: TalonOne::IntegrationCoupon#usage_limit
- Defined in:
- lib/talon_one/models/integration_coupon.rb
#usage_limit ⇒ Object
The number of times the coupon code can be redeemed. ‘0` means unlimited redemptions but any campaign usage limits will still apply.
30 31 32 |
# File 'lib/talon_one/models/integration_coupon.rb', line 30 def usage_limit @usage_limit end |