Sha256: f6683321e1741c1b4717b013f0c04af6e249c6c0c4a362c81f9e95675e5c25b9

Contents?: true

Size: 303 Bytes

Versions: 3

Compression:

Stored size: 303 Bytes

Contents

module BillysBilling
  class Payment < BillysBilling::Base
    attr_accessor :id, :type, :created_time, :paid_date, :amount, :currency_id, :invoice_currency, :exchange_rate, :url, :success,
                  :currency
    
    has_one :contact
    has_one :account
    
    has_many :invoices

  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
billysbilling-rails-1.1.2 lib/billys_billing/payment.rb
billysbilling-rails-1.1.1 lib/billys_billing/payment.rb
billysbilling-rails-1.1.0 lib/billys_billing/payment.rb