Uses of Enum
com.xero.models.accounting.Prepayment.TypeEnum
Packages that use Prepayment.TypeEnum
-
Uses of Prepayment.TypeEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Prepayment.TypeEnumModifier and TypeMethodDescriptionstatic Prepayment.TypeEnumfromValuePrepayment.getType()See Prepayment Typesstatic Prepayment.TypeEnumReturns 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.TypeEnumModifier and TypeMethodDescriptionvoidPrepayment.setType(Prepayment.TypeEnum type) See Prepayment TypesPrepayment.type(Prepayment.TypeEnum type) See Prepayment Types