Method: AdvancedBilling::PrepaidConfiguration#replenish_threshold_amount_in_cents

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

#replenish_threshold_amount_in_centsInteger

TODO: Write general description for this method

Returns:

  • (Integer)


30
31
32
# File 'lib/advanced_billing/models/prepaid_configuration.rb', line 30

def replenish_threshold_amount_in_cents
  @replenish_threshold_amount_in_cents
end