public static enum Amendment.AmendmentType extends Enum<Amendment.AmendmentType>
| Modifier and Type | Method and Description |
|---|---|
static Amendment.AmendmentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Amendment.AmendmentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Amendment.AmendmentType InvoiceNextExecutionAttemptAmendment
public static final Amendment.AmendmentType CancellationAmendment
public static final Amendment.AmendmentType PricingComponentValueChangeAmendment
public static final Amendment.AmendmentType AmendmentDiscardAmendment
public static final Amendment.AmendmentType CompoundAmendment
public static final Amendment.AmendmentType FixedTermExpiryAmendment
public static final Amendment.AmendmentType GatewayMigrationAmendment
public static final Amendment.AmendmentType DefaultQuantityAmendment
public static final Amendment.AmendmentType InvoiceRecalculationAmendment
public static final Amendment.AmendmentType EndTrialAmendment
public static final Amendment.AmendmentType CreateSubscriptionChargeAmendment
public static final Amendment.AmendmentType InvoiceOutstandingChargesAmendment
public static final Amendment.AmendmentType ProductRatePlanMigrationChargeAmendment
public static final Amendment.AmendmentType IssueInvoiceAmendment
public static Amendment.AmendmentType[] values()
for (Amendment.AmendmentType c : Amendment.AmendmentType.values()) System.out.println(c);
public static Amendment.AmendmentType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2015 BillForward. All rights reserved.