Uses of Class
br.com.juno.integration.api.model.Address
-
Packages that use Address Package Description br.com.juno.integration.api.services.request.digitalaccounts -
-
Uses of Address in br.com.juno.integration.api.services.request.digitalaccounts
Methods in br.com.juno.integration.api.services.request.digitalaccounts that return Address Modifier and Type Method Description AddressDigitalAccountCreateRequest. getAddress()AddressDigitalAccountUpdateRequest. getAddress()Constructors in br.com.juno.integration.api.services.request.digitalaccounts with parameters of type Address 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)
-