Uses of Class
br.com.juno.integration.api.model.BankAccount
-
Packages that use BankAccount Package Description br.com.juno.integration.api.model br.com.juno.integration.api.services.request.digitalaccounts br.com.juno.integration.api.services.request.transfer -
-
Uses of BankAccount in br.com.juno.integration.api.model
Methods in br.com.juno.integration.api.model that return BankAccount Modifier and Type Method Description BankAccountRecipient. getBankAccount()Methods in br.com.juno.integration.api.model with parameters of type BankAccount Modifier and Type Method Description protected voidRecipient. setBankAccount(BankAccount bankAccount) -
Uses of BankAccount in br.com.juno.integration.api.services.request.digitalaccounts
Methods in br.com.juno.integration.api.services.request.digitalaccounts that return BankAccount Modifier and Type Method Description BankAccountDigitalAccountCreateRequest. getBankAccount()BankAccountDigitalAccountUpdateRequest. getBankAccount()Constructors in br.com.juno.integration.api.services.request.digitalaccounts with parameters of type BankAccount Constructor Description DigitalAccountCreateRequest(String type, String name, String document, String email, String birthDate, String phone, Long businessArea, String linesOfBusiness, String motherName, BigDecimal monthlyIncomeOrRevenue, String companyType, LegalRepresentative legalRepresentative, Address address, BankAccount bankAccount)DigitalAccountCreateRequest(String resourceToken, String type, String name, String document, String email, String birthDate, String phone, Long businessArea, String linesOfBusiness, String motherName, BigDecimal monthlyIncomeOrRevenue, String companyType, LegalRepresentative legalRepresentative, Address address, BankAccount bankAccount)DigitalAccountUpdateRequest(String name, String birthDate, String phone, Long businessArea, String linesOfBusiness, String companyType, String tradingName, LegalRepresentative legalRepresentative, Address address, BankAccount bankAccount)DigitalAccountUpdateRequest(String resourceToken, String name, String birthDate, String phone, Long businessArea, String linesOfBusiness, String companyType, String tradingName, LegalRepresentative legalRepresentative, Address address, BankAccount bankAccount) -
Uses of BankAccount in br.com.juno.integration.api.services.request.transfer
Methods in br.com.juno.integration.api.services.request.transfer that return BankAccount Modifier and Type Method Description BankAccountTransferRequest. getBankAccount()Constructors in br.com.juno.integration.api.services.request.transfer with parameters of type BankAccount Constructor Description TransferRequest(String type, String name, String document, String amount, BankAccount bankAccount)TransferRequest(String resourceToken, String type, String name, String document, String amount, BankAccount bankAccount)
-