Releases: Invoiced/invoiced-java
Releases · Invoiced/invoiced-java
Credit Notes
This release introduces credit notes to the java client library.
- Credit Notes
- Adds attachments to the Invoice Object
2.2.0 - Single event retrieving is now fixed.
- Single event retrieving was not working. It is now fixed.
2.1.1 - Shipping fields
- Added shipping fields to the Invoice Object
Example
invoice.shipTo["name"] = "Parag Patel"
invoice.shipTo["address1"] = "701 Brazos St."
invoice.shipTo["address2"] = "Suite 1616"
invoice.shipTo["city"] = "Austin"
invoice.shipTo["postal_code"] = "78701"
invoice.shipTo["country"] = "US"
2.1
2.0
Added autoRefreshOff()
autoRefreshOff()
which will disable autoRefresh for every REST method called on the Connection class. For certain scenarios this will better support multi-threading.