Uses of Class
com.xero.models.bankfeeds.FeedConnection.AccountTypeEnum
-
Packages that use FeedConnection.AccountTypeEnum Package Description com.xero.models.bankfeeds -
-
Uses of FeedConnection.AccountTypeEnum in com.xero.models.bankfeeds
Methods in com.xero.models.bankfeeds that return FeedConnection.AccountTypeEnum Modifier and Type Method Description static FeedConnection.AccountTypeEnumFeedConnection.AccountTypeEnum. fromValue(String value)fromValueFeedConnection.AccountTypeEnumFeedConnection. getAccountType()High level bank account type - BANK CREDITCARD BANK encompasses all bank account types other than credit cards.static FeedConnection.AccountTypeEnumFeedConnection.AccountTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static FeedConnection.AccountTypeEnum[]FeedConnection.AccountTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.bankfeeds with parameters of type FeedConnection.AccountTypeEnum Modifier and Type Method Description FeedConnectionFeedConnection. accountType(FeedConnection.AccountTypeEnum accountType)High level bank account type - BANK CREDITCARD BANK encompasses all bank account types other than credit cards.voidFeedConnection. setAccountType(FeedConnection.AccountTypeEnum accountType)High level bank account type - BANK CREDITCARD BANK encompasses all bank account types other than credit cards.
-