Method: AdvancedBilling::Coupon#allow_negative_balance

Defined in:
lib/advanced_billing/models/coupon.rb

#allow_negative_balanceTrueClass | FalseClass

TODO: Write general description for this method

Returns:

  • (TrueClass | FalseClass)


83
84
85
# File 'lib/advanced_billing/models/coupon.rb', line 83

def allow_negative_balance
  @allow_negative_balance
end