mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 00:17:20 +02:00
Add a SYNTHETIC flag for BillingEvent
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=119559193
This commit is contained in:
parent
755fce9e52
commit
e01edf261d
2 changed files with 7 additions and 1 deletions
|
@ -70,7 +70,12 @@ public abstract class BillingEvent extends ImmutableObject
|
|||
ANCHOR_TENANT,
|
||||
AUTO_RENEW,
|
||||
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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue