Uses of Class
com.xero.models.accounting.Prepayment.TypeEnum
-
Packages that use Prepayment.TypeEnum Package Description com.xero.models.accounting -
-
Uses of Prepayment.TypeEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Prepayment.TypeEnum Modifier and Type Method Description static Prepayment.TypeEnumPrepayment.TypeEnum. fromValue(String value)fromValuePrepayment.TypeEnumPrepayment. getType()See Prepayment Typesstatic Prepayment.TypeEnumPrepayment.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Prepayment.TypeEnum[]Prepayment.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 Prepayment.TypeEnum Modifier and Type Method Description voidPrepayment. setType(Prepayment.TypeEnum type)See Prepayment TypesPrepaymentPrepayment. type(Prepayment.TypeEnum type)See Prepayment Types
-