google-nomulus/java/google/registry/model/billing
larryruili b39e6c0d7e Change RESTORE BillingEvents to have 1-year periods
This simplifies calculating the overall invoice by giving RESTORE fees a
period equal to the period of the associated RENEW (1 year). Older
BillingEvents will not be backfilled, and will have periodYears = null.

Invoicing and business both agree this is a valid representation, since RESTORE fees are intrinsically tied to the 1-year RENEW it's associated with.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=188041777
2018-03-06 19:25:05 -05:00
..
BillingEvent.java Change RESTORE BillingEvents to have 1-year periods 2018-03-06 19:25:05 -05:00
RegistrarBillingEntry.java Refer to Datastore everywhere correctly by its capitalized form 2017-02-17 12:12:12 -05:00
RegistrarBillingUtils.java Run automatic Java 8 conversion over codebase 2017-10-10 12:09:41 -04:00
RegistrarCredit.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
RegistrarCreditBalance.java Remove unnecessary generic type arguments 2017-11-21 18:17:31 -05:00