Hi all,
I need to use plugin API createBaseEntitlement to create a subscription from a plugin and I noticed that it accepts LocalDate parameters for entitlement effective date and billing effective date. This is different from the killbill API that accepts date and time for those parameters.
Also, the subscription that is created will have the "start date" set at the day indicated in the call but with time set based on the account's reference date (so if I pass today's date the resulting start date could be in the future).
Also I notices that if I pass null values for those parameters then "now" is used (with time).
This all seems a little inconsistent, or am I doing something wrong?
Killbill version is 0.24.10
killbill-oss-parent version is 0.146.35
Are these correct?
Thank you very much,
Gennaro