Uses of Enum
com.xero.models.accounting.Account.BankAccountTypeEnum
Packages that use Account.BankAccountTypeEnum
-
Uses of Account.BankAccountTypeEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Account.BankAccountTypeEnumModifier and TypeMethodDescriptionstatic Account.BankAccountTypeEnumfromValueAccount.getBankAccountType()For bank accounts only.static Account.BankAccountTypeEnumReturns the enum constant of this type with the specified name.static Account.BankAccountTypeEnum[]Account.BankAccountTypeEnum.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 Account.BankAccountTypeEnumModifier and TypeMethodDescriptionAccount.bankAccountType(Account.BankAccountTypeEnum bankAccountType) For bank accounts only.voidAccount.setBankAccountType(Account.BankAccountTypeEnum bankAccountType) For bank accounts only.