Uses of Class
br.com.juno.integration.api.model.BankAccountType
-
Packages that use BankAccountType Package Description br.com.juno.integration.api.model -
-
Uses of BankAccountType in br.com.juno.integration.api.model
Methods in br.com.juno.integration.api.model that return BankAccountType Modifier and Type Method Description BankAccountTypeBankAccount. getAccountType()static BankAccountTypeBankAccountType. valueOf(String name)Returns the enum constant of this type with the specified name.static BankAccountType[]BankAccountType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in br.com.juno.integration.api.model with parameters of type BankAccountType Modifier and Type Method Description voidBankAccount. setAccountType(BankAccountType accountType)Constructors in br.com.juno.integration.api.model with parameters of type BankAccountType Constructor Description BankAccount(String bankNumber, String agencyNumber, String accountNumber, String accountComplementNumber, BankAccountType accountType)
-