Skip to content

Releases: Invoiced/invoiced-java

Credit Notes

29 Jan 21:42
Compare
Choose a tag to compare

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.

23 Dec 18:32
Compare
Choose a tag to compare
  • Single event retrieving was not working. It is now fixed.

2.1.1 - Shipping fields

19 Dec 00:03
Compare
Choose a tag to compare
  • 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

05 Dec 20:10
Compare
Choose a tag to compare
2.1
  • Added com.invoiced.util.SingleSignOn class for generating single sign-on tokens

2.0

04 Dec 23:36
c888e55
Compare
Choose a tag to compare
2.0
  • Added fatJar to download an all in one jar file.
  • Update with the lastest API changes.
  • Fixed a bug where certain read-only properties were being passed into the API
  • Improved error handling
  • All exceptions inherit from com.invoiced.exception.InvoicedException

Added autoRefreshOff()

29 Jun 14:50
Compare
Choose a tag to compare

autoRefreshOff() which will disable autoRefresh for every REST method called on the Connection class. For certain scenarios this will better support multi-threading.

v1.0.1

09 Jun 17:32
Compare
Choose a tag to compare

This release updates Timestamps to be longs. Json data returned by the Invoiced api are unix timestamps. Want to retain accuracy and give flexibility to choose the date/time object of your choice.

v0.2.1

05 Jun 21:12
Compare
Choose a tag to compare
  • Make Connection constructor public