Sha256: 1b24009f29e63084e5091bce6afd865d00fd20ca506bef1dfb34b10ebc3c87b1
Contents?: true
Size: 542 Bytes
Versions: 1
Compression:
Stored size: 542 Bytes
Contents
module Xeroizer module Record class PaymentModel < BaseModel set_permissions :write end class Payment < Base set_primary_key :payment_id guid :payment_id date :date decimal :amount decimal :currency_rate string :reference guid :invoice_id string :invoice_number guid :account_id string :code belongs_to :account belongs_to :invoice end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
xeroizer-0.2.2 | lib/xeroizer/models/payment.rb |