mirror of
https://github.com/google/nomulus
synced 2026-04-15 22:17:25 +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
|
||||
}
|
||||
|
||||
@@ -23,6 +23,7 @@ class com.google.domain.registry.model.billing.BillingEvent$Cancellation {
|
||||
enum com.google.domain.registry.model.billing.BillingEvent$Flag {
|
||||
ALLOCATION;
|
||||
ANCHOR_TENANT;
|
||||
AUTO_RENEW;
|
||||
LANDRUSH;
|
||||
SUNRISE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user