Interface VerificationDetails.Builder

    • Method Detail

      • dateOfBirth

        VerificationDetails.Builder dateOfBirth​(String dateOfBirth)

        Date of birth to verify your submitted TRN. Use the YYYY-MM-DD format.

        Parameters:
        dateOfBirth - Date of birth to verify your submitted TRN. Use the YYYY-MM-DD format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • taxRegistrationDocuments

        VerificationDetails.Builder taxRegistrationDocuments​(Collection<TaxRegistrationDocument> taxRegistrationDocuments)

        The tax registration document, which is required for specific countries such as Bangladesh, Kenya, South Korea and Spain.

        Parameters:
        taxRegistrationDocuments - The tax registration document, which is required for specific countries such as Bangladesh, Kenya, South Korea and Spain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • taxRegistrationDocuments

        VerificationDetails.Builder taxRegistrationDocuments​(TaxRegistrationDocument... taxRegistrationDocuments)

        The tax registration document, which is required for specific countries such as Bangladesh, Kenya, South Korea and Spain.

        Parameters:
        taxRegistrationDocuments - The tax registration document, which is required for specific countries such as Bangladesh, Kenya, South Korea and Spain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.