mirror of
https://github.com/google/nomulus.git
synced 2025-08-06 01:35:17 +02:00
Add a RESERVED billing event flag for creates of reserved domains
This is an additional signal we can use for the billing/invoicing pipeline that will be helfpul in targeting invoice rows that may need adjustment. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=217524250
This commit is contained in:
parent
3cfde5d4a1
commit
f43125bb04
5 changed files with 26 additions and 4 deletions
|
@ -21,6 +21,7 @@ enum google.registry.model.billing.BillingEvent$Flag {
|
|||
ANCHOR_TENANT;
|
||||
AUTO_RENEW;
|
||||
LANDRUSH;
|
||||
RESERVED;
|
||||
SUNRISE;
|
||||
SYNTHETIC;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue