| 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. |
require 'XeroRuby::Accounting'
instance = XeroRuby::Accounting::Allocation.new(invoice: null,
amount: null,
date: null)