Uses of Class
com.xero.models.accounting.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)Prepayment.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)PrepaymentPrepayment. type(Prepayment.TypeEnum type)