Uses of Class
com.xero.models.payrollnz.BankAccount.CalculationTypeEnum
-
Packages that use 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)fromValueBankAccount.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)Calculation type for the transaction can be 'Fixed Amount' or 'Balance'voidBankAccount. setCalculationType(BankAccount.CalculationTypeEnum calculationType)Calculation type for the transaction can be 'Fixed Amount' or 'Balance'
-