mirror of
https://github.com/google/nomulus
synced 2026-09-20 15:04:24 +00:00
Add a SYNTHETIC flag for BillingEvent
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=119559193
This commit is contained in:
@@ -70,7 +70,12 @@ public abstract class BillingEvent extends ImmutableObject
|
|||||||
ANCHOR_TENANT,
|
ANCHOR_TENANT,
|
||||||
AUTO_RENEW,
|
AUTO_RENEW,
|
||||||
LANDRUSH,
|
LANDRUSH,
|
||||||
SUNRISE
|
SUNRISE,
|
||||||
|
/**
|
||||||
|
* This flag will be added to any {@link OneTime} events that are created via, e.g., an
|
||||||
|
* automated process to expand {@link Recurring} events.
|
||||||
|
*/
|
||||||
|
SYNTHETIC
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Entity id. */
|
/** Entity id. */
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ enum com.google.domain.registry.model.billing.BillingEvent$Flag {
|
|||||||
AUTO_RENEW;
|
AUTO_RENEW;
|
||||||
LANDRUSH;
|
LANDRUSH;
|
||||||
SUNRISE;
|
SUNRISE;
|
||||||
|
SYNTHETIC;
|
||||||
}
|
}
|
||||||
class com.google.domain.registry.model.billing.BillingEvent$Modification {
|
class com.google.domain.registry.model.billing.BillingEvent$Modification {
|
||||||
@Id long id;
|
@Id long id;
|
||||||
|
|||||||
Reference in New Issue
Block a user