Releases: Invoiced/invoiced-java
Releases · Invoiced/invoiced-java
v4.3.0
v4.2.1
- Added an
UpdatedAtproperty to entities - Add
Amountproperty toSubscriptionandSubscriptionAddonentities - Fixed a bug in the ListAll URL generation when pagination is used
- Fixed the types of the tax rate and coupon lists with
CustomerandSubscriptionentities
v4.2.0
v4.1.0
v4.0.0
- Adds
Payment,Charge, andRefundobjects to make it easier to work with payments - Removes
Transactionclass in favor ofPaymentclass - Updates entity properties to match latest Invoiced API schema
- Renames
CatalogItemclass toItem - Renames
ChargeSplitclass toPaymentItem - Renames
Installmentclass toPaymentPlanInstallment - Marks client library classes as final
- Subscription cancellation updates current instance properties instead of creating a new object
- Changed project name from
invoiced-javatoinvoiced
v3.2.0
3.1.0
- Fixes bug with retrieving notes not working
- Internal refactoring to simplify endpoint generation and simpler entity construction
- Ensures invalid parameters are not sent through create and edit API requests
- Fixes bug with sending a letter not working
- Adopted Google Java code style
3.0.0
Improvements
- payment source is read only on the customer object
- using
autopayinstead of collection mode for customers - use Boolean object instead of boolean primitive
- code styling fixes -
SubscriptionAddOnclass toSubscriptionAddon - added plan property on subscription addons
Fixes Discounts
- Fixes allocating of new discount object