mirror of
https://github.com/google/nomulus
synced 2026-01-09 23:47:49 +00:00
Remove GtechCommand and other vestiges of gtech_tool
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=134836647
This commit is contained in:
@@ -23,14 +23,13 @@ import google.registry.model.billing.RegistrarCredit;
|
||||
import google.registry.model.billing.RegistrarCredit.CreditType;
|
||||
import google.registry.model.billing.RegistrarCreditBalance;
|
||||
import google.registry.model.registrar.Registrar;
|
||||
import google.registry.tools.Command.GtechCommand;
|
||||
import javax.annotation.Nullable;
|
||||
import org.joda.money.Money;
|
||||
import org.joda.time.DateTime;
|
||||
|
||||
/** Command for creating a registrar credit object with an initial balance. */
|
||||
@Parameters(separators = " =", commandDescription = "Create a new registrar credit")
|
||||
final class CreateCreditCommand extends MutatingCommand implements GtechCommand {
|
||||
final class CreateCreditCommand extends MutatingCommand {
|
||||
|
||||
@Parameter(
|
||||
names = "--registrar",
|
||||
|
||||
Reference in New Issue
Block a user