mirror of
https://github.com/google/nomulus
synced 2026-01-04 04:04:22 +00:00
Add Flag.AUTO_RENEW to BillingEvent
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=117821700
This commit is contained in:
@@ -57,6 +57,7 @@ public abstract class BillingEvent extends ImmutableObject
|
||||
CREATE,
|
||||
TRANSFER,
|
||||
RENEW,
|
||||
// TODO(b/27777398): Drop Reason.AUTO_RENEW after migration to Flag.AUTO_RENEW.
|
||||
AUTO_RENEW,
|
||||
RESTORE,
|
||||
SERVER_STATUS,
|
||||
@@ -67,6 +68,7 @@ public abstract class BillingEvent extends ImmutableObject
|
||||
public enum Flag {
|
||||
ALLOCATION,
|
||||
ANCHOR_TENANT,
|
||||
AUTO_RENEW,
|
||||
LANDRUSH,
|
||||
SUNRISE
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user