Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 550 Bytes

File metadata and controls

21 lines (14 loc) · 550 Bytes

XeroRuby::Accounting::Allocation

Properties

Name Type Description Notes
invoice Invoice
amount Float the amount being applied to the invoice
date Date the date the allocation is applied YYYY-MM-DD.

Code Sample

require 'XeroRuby::Accounting'

instance = XeroRuby::Accounting::Allocation.new(invoice: null,
                                 amount: null,
                                 date: null)