Class DigitalAccountCreateRequest
- java.lang.Object
-
- br.com.juno.integration.api.services.request.BaseRequest
-
- br.com.juno.integration.api.services.request.BaseResourceRequest
-
- br.com.juno.integration.api.services.request.digitalaccounts.DigitalAccountCreateRequest
-
- All Implemented Interfaces:
Serializable
public class DigitalAccountCreateRequest extends BaseResourceRequest
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class br.com.juno.integration.api.services.request.BaseRequest
resourceToken
-
-
Constructor Summary
Constructors 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddressgetAddress()BankAccountgetBankAccount()StringgetBirthDate()LonggetBusinessArea()StringgetCompanyType()StringgetDocument()StringgetEmail()LegalRepresentativegetLegalRepresentative()StringgetLinesOfBusiness()BigDecimalgetMonthlyIncomeOrRevenue()StringgetMotherName()StringgetName()StringgetPhone()StringgetType()-
Methods inherited from class br.com.juno.integration.api.services.request.BaseRequest
getResourceToken, setResourceToken
-
-
-
-
Constructor Detail
-
DigitalAccountCreateRequest
public 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
public 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)
-
-
Method Detail
-
getType
public String getType()
-
getName
public String getName()
-
getDocument
public String getDocument()
-
getEmail
public String getEmail()
-
getBirthDate
public String getBirthDate()
-
getPhone
public String getPhone()
-
getBusinessArea
public Long getBusinessArea()
-
getMotherName
public String getMotherName()
-
getMonthlyIncomeOrRevenue
public BigDecimal getMonthlyIncomeOrRevenue()
-
getLinesOfBusiness
public String getLinesOfBusiness()
-
getCompanyType
public String getCompanyType()
-
getLegalRepresentative
public LegalRepresentative getLegalRepresentative()
-
getAddress
public Address getAddress()
-
getBankAccount
public BankAccount getBankAccount()
-
-