mirror of
https://github.com/google/nomulus.git
synced 2025-07-06 11:13:35 +02:00
Add Flag.AUTO_RENEW to BillingEvent
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=117821700
This commit is contained in:
parent
0db3e13ef3
commit
62ca799b36
2 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue