Class IdentityVerificationParam

java.lang.Object
glair.vision.model.param.IdentityVerificationParam

public class IdentityVerificationParam extends Object
Represents parameters for identity verification.
  • Method Details

    • getNik

      public String getNik()
      Gets the NIK (Nomor Induk Kependudukan).
      Returns:
      The NIK.
    • getName

      public String getName()
      Gets the name of the individual.
      Returns:
      The name.
    • getDateOfBirth

      public String getDateOfBirth()
      Gets the date of birth of the individual.
      Returns:
      The date of birth.
    • toString

      public String toString()
      Generate a JSON representation of the parameters.
      Overrides:
      toString in class Object
      Returns:
      The JSON representation.