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