Uses of Class
com.xero.models.accounting.Overpayment.TypeEnum
-
Packages that use Overpayment.TypeEnum Package Description com.xero.models.accounting -
-
Uses of Overpayment.TypeEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Overpayment.TypeEnum Modifier and Type Method Description static Overpayment.TypeEnumOverpayment.TypeEnum. fromValue(String value)fromValueOverpayment.TypeEnumOverpayment. getType()See Overpayment Typesstatic Overpayment.TypeEnumOverpayment.TypeEnum. valueOf(String name)Returns 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.TypeEnum Modifier and Type Method Description voidOverpayment. setType(Overpayment.TypeEnum type)See Overpayment TypesOverpaymentOverpayment. type(Overpayment.TypeEnum type)See Overpayment Types
-