Uses of Class
com.xero.models.payrollnz.Reimbursement.CalculationTypeEnum
-
Packages that use Reimbursement.CalculationTypeEnum Package Description com.xero.models.payrollnz -
-
Uses of Reimbursement.CalculationTypeEnum in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return Reimbursement.CalculationTypeEnum Modifier and Type Method Description static Reimbursement.CalculationTypeEnumReimbursement.CalculationTypeEnum. fromValue(String value)fromValueReimbursement.CalculationTypeEnumReimbursement. getCalculationType()See Calculation Typesstatic Reimbursement.CalculationTypeEnumReimbursement.CalculationTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Reimbursement.CalculationTypeEnum[]Reimbursement.CalculationTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.payrollnz with parameters of type Reimbursement.CalculationTypeEnum Modifier and Type Method Description ReimbursementReimbursement. calculationType(Reimbursement.CalculationTypeEnum calculationType)See Calculation TypesvoidReimbursement. setCalculationType(Reimbursement.CalculationTypeEnum calculationType)See Calculation Types
-