Uses of Class
com.xero.models.accounting.Overpayment.StatusEnum
-
Packages that use Overpayment.StatusEnum Package Description com.xero.models.accounting -
-
Uses of Overpayment.StatusEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Overpayment.StatusEnum Modifier and Type Method Description static Overpayment.StatusEnumOverpayment.StatusEnum. fromValue(String value)fromValueOverpayment.StatusEnumOverpayment. getStatus()See Overpayment Status Codesstatic Overpayment.StatusEnumOverpayment.StatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Overpayment.StatusEnum[]Overpayment.StatusEnum. 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.StatusEnum Modifier and Type Method Description voidOverpayment. setStatus(Overpayment.StatusEnum status)See Overpayment Status CodesOverpaymentOverpayment. status(Overpayment.StatusEnum status)See Overpayment Status Codes
-