Uses of Class
com.xero.models.accounting.Account.BankAccountTypeEnum
-
Packages that use Account.BankAccountTypeEnum Package Description com.xero.models.accounting -
-
Uses of Account.BankAccountTypeEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Account.BankAccountTypeEnum Modifier and Type Method Description static Account.BankAccountTypeEnumAccount.BankAccountTypeEnum. fromValue(String value)fromValueAccount.BankAccountTypeEnumAccount. getBankAccountType()For bank accounts only.static Account.BankAccountTypeEnumAccount.BankAccountTypeEnum. valueOf(String name)Returns 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.BankAccountTypeEnum Modifier and Type Method Description AccountAccount. bankAccountType(Account.BankAccountTypeEnum bankAccountType)For bank accounts only.voidAccount. setBankAccountType(Account.BankAccountTypeEnum bankAccountType)For bank accounts only.
-