Class CustomerCommonParameterDto

java.lang.Object
A501JavaSDKPackage.Models.A501.Request.CustomerCommonParameterDto
Direct Known Subclasses:
CustomerDto, RelatedPersonDto

public class CustomerCommonParameterDto extends Object
  • Field Details

    • constitutionType

      public String constitutionType
    • constitutionTypeId

      public long constitutionTypeId
    • sourceSystemName

      public String sourceSystemName
    • sourceSystemCustomerCode

      public String sourceSystemCustomerCode
    • sourceSystemCustomerCreationDateString

      public String sourceSystemCustomerCreationDateString
    • sourceSystemCustomerCreationDate

      public Date sourceSystemCustomerCreationDate
    • uniqueIdentifier

      public String uniqueIdentifier
    • systemGeneratedId

      public String systemGeneratedId
    • prefix

      public String prefix
    • prefixId

      public int prefixId
    • firstName

      public String firstName
    • middleName

      public String middleName
    • lastName

      public String lastName
    • fatherPrefix

      public String fatherPrefix
    • fatherPrefixId

      public int fatherPrefixId
    • fatherFirstName

      public String fatherFirstName
    • fatherMiddleName

      public String fatherMiddleName
    • fatherLastName

      public String fatherLastName
    • spousePrefix

      public String spousePrefix
    • spousePrefixId

      public int spousePrefixId
    • spouseFirstName

      public String spouseFirstName
    • spouseMiddleName

      public String spouseMiddleName
    • spouseLastName

      public String spouseLastName
    • motherPrefix

      public String motherPrefix
    • motherPrefixId

      public int motherPrefixId
    • motherFirstName

      public String motherFirstName
    • motherMiddleName

      public String motherMiddleName
    • motherLastName

      public String motherLastName
    • gender

      public String gender
    • genderId

      public int genderId
    • dateOfBirthString

      public String dateOfBirthString
    • dateOfBirth

      public Date dateOfBirth
    • workEmail

      public String workEmail
    • personalEmail

      public String personalEmail
    • permanentAddressCountry

      public String permanentAddressCountry
    • permanentAddressCountryId

      public int permanentAddressCountryId
    • permanentAddressZipCode

      public String permanentAddressZipCode
    • permanentAddressZipCodeId

      public int permanentAddressZipCodeId
    • permanentAddressLine1

      public String permanentAddressLine1
    • permanentAddressLine2

      public String permanentAddressLine2
    • permanentAddressLine3

      public String permanentAddressLine3
    • permanentAddressDistrict

      public String permanentAddressDistrict
    • permanentAddressDistrictId

      public int permanentAddressDistrictId
    • permanentAddressCity

      public String permanentAddressCity
    • permanentAddressCityId

      public int permanentAddressCityId
    • permanentAddressState

      public String permanentAddressState
    • permanentAddressStateId

      public int permanentAddressStateId
    • permanentAddressDocument

      public String permanentAddressDocument
    • permanentAddressDocumentId

      public int permanentAddressDocumentId
    • permanentAddressDocumentOthersValue

      public String permanentAddressDocumentOthersValue
    • correspondenceAddressCountry

      public String correspondenceAddressCountry
    • correspondenceAddressCountryId

      public int correspondenceAddressCountryId
    • correspondenceAddressZipCode

      public String correspondenceAddressZipCode
    • correspondenceAddressZipCodeId

      public int correspondenceAddressZipCodeId
    • correspondenceAddressLine1

      public String correspondenceAddressLine1
    • correspondenceAddressLine2

      public String correspondenceAddressLine2
    • correspondenceAddressLine3

      public String correspondenceAddressLine3
    • correspondenceAddressDistrict

      public String correspondenceAddressDistrict
    • correspondenceAddressDistrictId

      public int correspondenceAddressDistrictId
    • correspondenceAddressCity

      public String correspondenceAddressCity
    • correspondenceAddressCityId

      public int correspondenceAddressCityId
    • correspondenceAddressState

      public String correspondenceAddressState
    • correspondenceAddressStateId

      public int correspondenceAddressStateId
    • correspondenceAddressDocument

      public String correspondenceAddressDocument
    • correspondenceAddressDocumentId

      public int correspondenceAddressDocumentId
    • countryOfResidence

      public String countryOfResidence
    • countryOfResidenceId

      public int countryOfResidenceId
    • countryOfBirth

      public String countryOfBirth
    • countryOfBirthId

      public int countryOfBirthId
    • birthCity

      public String birthCity
    • birthCityId

      public int birthCityId
    • passportIssueCountry

      public String passportIssueCountry
    • passportIssueCountryId

      public int passportIssueCountryId
    • passportNumber

      public String passportNumber
    • passportExpiryDateString

      public String passportExpiryDateString
    • passportExpiryDate

      public Date passportExpiryDate
    • voterIdNumber

      public String voterIdNumber
    • drivingLicenseNumber

      public String drivingLicenseNumber
    • drivingLicenseExpiryDateString

      public String drivingLicenseExpiryDateString
    • drivingLicenseExpiryDate

      public Date drivingLicenseExpiryDate
    • aadhaarNumber

      public String aadhaarNumber
    • aadhaarVaultReferenceNumber

      public String aadhaarVaultReferenceNumber
    • nregaNumber

      public String nregaNumber
    • nprLetterNumber

      public String nprLetterNumber
    • directorIdentificationNumber

      public String directorIdentificationNumber
    • formSixty

      public String formSixty
    • formSixtyId

      public int formSixtyId
    • pan

      public String pan
    • ckycNumber

      public String ckycNumber
    • identityDocument

      public String identityDocument
    • identityDocumentId

      public String identityDocumentId
    • politicallyExposed

      public String politicallyExposed
    • politicallyExposedId

      public int politicallyExposedId
    • adverseReputationString

      public String adverseReputationString
    • adverseReputationDetails

      public String adverseReputationDetails
    • notes

      public String notes
    • tags

      public String tags
    • tagIdList

      public List<Integer> tagIdList
    • screeningProfile

      public String screeningProfile
    • riskProfile

      public String riskProfile
    • adverseReputation

      public String adverseReputation
    • adverseReputationId

      public int adverseReputationId
    • adverseReputationClassification

      public String adverseReputationClassification
    • adverseReputationClassificationIdList

      public List<Integer> adverseReputationClassificationIdList
    • taxDetailDtoList

      public List<TaxDetailDto> taxDetailDtoList
    • politicallyExposedClassification

      public String politicallyExposedClassification
    • politicallyExposedClassificationIdList

      public List<Integer> politicallyExposedClassificationIdList
    • citizenships

      public String citizenships
    • citizenshipIdList

      public List<Integer> citizenshipIdList
    • nationalities

      public String nationalities
    • nationalityIdList

      public List<Integer> nationalityIdList
    • documentDtoList

      public List<DocumentDto> documentDtoList
  • Constructor Details

    • CustomerCommonParameterDto

      public CustomerCommonParameterDto()