Uses of Enum
com.xero.models.accounting.Overpayment.TypeEnum
Packages that use Overpayment.TypeEnum
-
Uses of Overpayment.TypeEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Overpayment.TypeEnumModifier and TypeMethodDescriptionstatic Overpayment.TypeEnumfromValueOverpayment.getType()See Overpayment Typesstatic Overpayment.TypeEnumReturns the enum constant of this type with the specified name.static Overpayment.TypeEnum[]Overpayment.TypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.accounting with parameters of type Overpayment.TypeEnumModifier and TypeMethodDescriptionvoidOverpayment.setType(Overpayment.TypeEnum type) See Overpayment TypesOverpayment.type(Overpayment.TypeEnum type) See Overpayment Types