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, br_cpf, de_stn, hk_id, mx_rfc, my_nric, nl_bsn, 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, br_cpf, de_stn, hk_id, mx_rfc, my_nric, nl_bsn, 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