Skip to content

Commit

Permalink
fleshed out ItemInvoiceItme for Invoice.find
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskruger committed Jul 17, 2012
1 parent c2b672b commit 557c14c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/saasu/item_invoice_item.rb
Expand Up @@ -7,6 +7,9 @@ class ItemInvoiceItem < Base
"description" => :string,
"taxCode" => :string,
"unitPriceInclTax" => :decimal,
"totalAmountInclTax" => :decimal,
"totalAmountExclTax" => :decimal,
"totalTaxAmount" => :decimal,
"percentageDiscount" => :decimal
end

Expand Down

0 comments on commit 557c14c

Please sign in to comment.