Method: AdvancedBilling::PaymentForAllocation#amount_in_cents

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

#amount_in_centsInteger

TODO: Write general description for this method

Returns:

  • (Integer)


18
19
20
# File 'lib/advanced_billing/models/payment_for_allocation.rb', line 18

def amount_in_cents
  @amount_in_cents
end