Class Account.Identity.BusinessDetails.IdNumber

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

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

    • IdNumber

      public IdNumber()
  • Method Details

    • getRegistrar

      public String getRegistrar()
      The registrar of the ID number (Only valid for DE ID number types).
    • getType

      public String getType()
      Open Enum. The ID number type of a business entity.

      One of ae_crn, ae_vat, ao_nif, at_fn, au_abn, au_acn, au_in, az_tin, bd_etin, be_cbe, bg_uic, br_cnpj, ca_cn, ca_crarr, ca_neq, ca_rid, ch_chid, ch_uid, cr_cpj, cr_nite, cy_tic, cz_ico, de_hrn, de_vat, dk_cvr, do_rcn, ee_rk, es_cif, fi_yt, fr_siren, fr_vat, gb_crn, gi_crn, gr_gemi, gt_nit, hk_br, hk_cr, hk_mbs, hu_cjs, ie_crn, it_rea, it_vat, jp_cn, kz_bin, li_uid, lt_ccrn, lu_rcs, lv_urn, mt_crn, mx_rfc, my_brn, my_coid, my_sst, mz_nuit, nl_kvk, no_orgnr, nz_bn, pe_ruc, pk_ntn, pl_regon, pt_vat, ro_cui, sa_crn, sa_tin, se_orgnr, sg_uen, si_msp, sk_ico, th_crn, th_prn, th_tin, or us_ein.

    • setRegistrar

      public void setRegistrar(String registrar)
      The registrar of the ID number (Only valid for DE ID number types).
    • setType

      public void setType(String type)
      Open Enum. The ID number type of a business entity.

      One of ae_crn, ae_vat, ao_nif, at_fn, au_abn, au_acn, au_in, az_tin, bd_etin, be_cbe, bg_uic, br_cnpj, ca_cn, ca_crarr, ca_neq, ca_rid, ch_chid, ch_uid, cr_cpj, cr_nite, cy_tic, cz_ico, de_hrn, de_vat, dk_cvr, do_rcn, ee_rk, es_cif, fi_yt, fr_siren, fr_vat, gb_crn, gi_crn, gr_gemi, gt_nit, hk_br, hk_cr, hk_mbs, hu_cjs, ie_crn, it_rea, it_vat, jp_cn, kz_bin, li_uid, lt_ccrn, lu_rcs, lv_urn, mt_crn, mx_rfc, my_brn, my_coid, my_sst, mz_nuit, nl_kvk, no_orgnr, nz_bn, pe_ruc, pk_ntn, pl_regon, pt_vat, ro_cui, sa_crn, sa_tin, se_orgnr, sg_uen, si_msp, sk_ico, th_crn, th_prn, th_tin, or us_ein.

    • 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