class BillTrap::Payment

Public Instance Methods

amount() click to toggle source
# File lib/billtrap/models.rb, line 157
def amount
  Money.new(cents, invoice.currency)
end