Class Person.IdNumber

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Person.IdNumber
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Person

public static class Person.IdNumber extends StripeObject
For more details about IdNumber, please refer to the API Reference.
  • Constructor Details

    • IdNumber

      public IdNumber()
  • Method Details

    • getType

      public String getType()
      The ID number type of an individual.

      One of ae_eid, ao_nif, az_tin, bd_brc, bd_etin, bd_nid, br_cpf, cr_cpf, cr_dimex, cr_nite, de_stn, do_rcn, gt_nit, hk_id, kz_iin, mx_rfc, my_nric, mz_nuit, nl_bsn, pe_dni, pk_cnic, pk_snic, sa_tin, sg_fin, sg_nric, th_lc, th_pin, us_itin, us_itin_last_4, us_ssn, or us_ssn_last_4.

    • setType

      public void setType(String type)
      The ID number type of an individual.

      One of ae_eid, ao_nif, az_tin, bd_brc, bd_etin, bd_nid, br_cpf, cr_cpf, cr_dimex, cr_nite, de_stn, do_rcn, gt_nit, hk_id, kz_iin, mx_rfc, my_nric, mz_nuit, nl_bsn, pe_dni, pk_cnic, pk_snic, sa_tin, sg_fin, sg_nric, th_lc, th_pin, us_itin, us_itin_last_4, us_ssn, or us_ssn_last_4.

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object