Uses of Enum
com.xero.models.payrollnz.BankAccount.CalculationTypeEnum
Packages that use BankAccount.CalculationTypeEnum
-
Uses of BankAccount.CalculationTypeEnum in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return BankAccount.CalculationTypeEnumModifier and TypeMethodDescriptionfromValueBankAccount.getCalculationType()Calculation type for the transaction can be 'Fixed Amount' or 'Balance'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.CalculationTypeEnumModifier and TypeMethodDescriptionBankAccount.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'