mirror of
https://github.com/google/nomulus.git
synced 2025-05-21 03:39:36 +02:00
Mark registrar credit model classes as incomplete
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=151031744
This commit is contained in:
parent
2b2a00216f
commit
59ce636bb2
2 changed files with 11 additions and 1 deletions
|
@ -37,7 +37,13 @@ import google.registry.model.registry.Registry;
|
|||
import org.joda.money.CurrencyUnit;
|
||||
import org.joda.time.DateTime;
|
||||
|
||||
/** A per-registrar billing credit, applied toward future charges for registrar activity. */
|
||||
/**
|
||||
* A per-registrar billing credit, applied toward future charges for registrar activity.
|
||||
*
|
||||
* <p>NOTE: While credits are tracked within the model, there is no built-in support for actually
|
||||
* incorporating these credits into the generated billing data, and the model support for credits
|
||||
* should be considered quasi-deprecated (it may be removed without notice).
|
||||
*/
|
||||
@ReportedOn
|
||||
@Entity
|
||||
public final class RegistrarCredit extends ImmutableObject implements Buildable {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue