Uses of Class
com.xero.models.payrollnz.BankAccount.CalculationTypeEnum
| Package | Description |
|---|---|
| com.xero.models.payrollnz |
-
Uses of BankAccount.CalculationTypeEnum in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return BankAccount.CalculationTypeEnum Modifier and Type Method Description static BankAccount.CalculationTypeEnumBankAccount.CalculationTypeEnum. fromValue(String value)BankAccount.CalculationTypeEnumBankAccount. getCalculationType()Calculation type for the transaction can be 'Fixed Amount' or 'Balance'static BankAccount.CalculationTypeEnumBankAccount.CalculationTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static BankAccount.CalculationTypeEnum[]BankAccount.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 BankAccount.CalculationTypeEnum Modifier and Type Method Description BankAccountBankAccount. calculationType(BankAccount.CalculationTypeEnum calculationType)voidBankAccount. setCalculationType(BankAccount.CalculationTypeEnum calculationType)