mirror of
https://github.com/google/nomulus.git
synced 2025-08-05 01:11:50 +02:00
Store a reference to an allocation token in the OneTime billing event
We will need to be able to find all redemptions associated with a particular token and this will allow us to do that. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=245292865
This commit is contained in:
parent
aadefd9595
commit
6ee34a79b1
5 changed files with 121 additions and 48 deletions
|
@ -41,6 +41,7 @@ class google.registry.model.billing.BillingEvent$OneTime {
|
|||
@Id long id;
|
||||
@Parent com.googlecode.objectify.Key<google.registry.model.reporting.HistoryEntry> parent;
|
||||
com.googlecode.objectify.Key<? extends google.registry.model.billing.BillingEvent> cancellationMatchingBillingEvent;
|
||||
com.googlecode.objectify.Key<google.registry.model.domain.token.AllocationToken> allocationToken;
|
||||
google.registry.model.billing.BillingEvent$Reason reason;
|
||||
java.lang.Integer periodYears;
|
||||
java.lang.String clientId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue