Class Account.Identity

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

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

    • Identity

      public Identity()
  • Method Details

    • getAttestations

      public Account.Identity.Attestations getAttestations()
      Attestations from the identity's key people, e.g. owners, executives, directors.
    • getBusinessDetails

      public Account.Identity.BusinessDetails getBusinessDetails()
      Information about the company or business.
    • getCountry

      public String getCountry()
      The country in which the account holder resides, or in which the business is legally established. This should be an ISO 3166-1 alpha-2 country code.

      One of ad, ae, af, ag, ai, al, am, ao, aq, ar, as, at, au, aw, ax, az, ba, bb, bd, be, bf, bg, bh, bi, bj, bl, bm, bn, bo, bq, br, bs, bt, bv, bw, by, bz, ca, cc, cd, cf, cg, ch, ci, ck, cl, cm, cn, co, cr, cu, cv, cw, cx, cy, cz, de, dj, dk, dm, do, dz, ec, ee, eg, eh, er, es, et, fi, fj, fk, fm, fo, fr, ga, gb, gd, ge, gf, gg, gh, gi, gl, gm, gn, gp, gq, gr, gs, gt, gu, gw, gy, hk, hm, hn, hr, ht, hu, id, ie, il, im, in, io, iq, ir, is, it, je, jm, jo, jp, ke, kg, kh, ki, km, kn, kp, kr, kw, ky, kz, la, lb, lc, li, lk, lr, ls, lt, lu, lv, ly, ma, mc, md, me, mf, mg, mh, mk, ml, mm, mn, mo, mp, mq, mr, ms, mt, mu, mv, mw, mx, my, mz, na, nc, ne, nf, ng, ni, nl, no, np, nr, nu, nz, om, pa, pe, pf, pg, ph, pk, pl, pm, pn, pr, ps, pt, pw, py, qa, qz, re, ro, rs, ru, rw, sa, sb, sc, sd, se, sg, sh, si, sj, sk, sl, sm, sn, so, sr, ss, st, sv, sx, sy, sz, tc, td, tf, tg, th, tj, tk, tl, tm, tn, to, tr, tt, tv, tw, tz, ua, ug, um, us, uy, uz, va, vc, ve, vg, vi, vn, vu, wf, ws, xx, ye, yt, za, zm, or zw.

    • getEntityType

      public String getEntityType()
      The entity type.

      One of company, government_entity, individual, or non_profit.

    • getIndividual

      public Account.Identity.Individual getIndividual()
      Information about the individual represented by the Account. This property is null unless entity_type is set to individual.
    • setAttestations

      public void setAttestations(Account.Identity.Attestations attestations)
      Attestations from the identity's key people, e.g. owners, executives, directors.
    • setBusinessDetails

      public void setBusinessDetails(Account.Identity.BusinessDetails businessDetails)
      Information about the company or business.
    • setCountry

      public void setCountry(String country)
      The country in which the account holder resides, or in which the business is legally established. This should be an ISO 3166-1 alpha-2 country code.

      One of ad, ae, af, ag, ai, al, am, ao, aq, ar, as, at, au, aw, ax, az, ba, bb, bd, be, bf, bg, bh, bi, bj, bl, bm, bn, bo, bq, br, bs, bt, bv, bw, by, bz, ca, cc, cd, cf, cg, ch, ci, ck, cl, cm, cn, co, cr, cu, cv, cw, cx, cy, cz, de, dj, dk, dm, do, dz, ec, ee, eg, eh, er, es, et, fi, fj, fk, fm, fo, fr, ga, gb, gd, ge, gf, gg, gh, gi, gl, gm, gn, gp, gq, gr, gs, gt, gu, gw, gy, hk, hm, hn, hr, ht, hu, id, ie, il, im, in, io, iq, ir, is, it, je, jm, jo, jp, ke, kg, kh, ki, km, kn, kp, kr, kw, ky, kz, la, lb, lc, li, lk, lr, ls, lt, lu, lv, ly, ma, mc, md, me, mf, mg, mh, mk, ml, mm, mn, mo, mp, mq, mr, ms, mt, mu, mv, mw, mx, my, mz, na, nc, ne, nf, ng, ni, nl, no, np, nr, nu, nz, om, pa, pe, pf, pg, ph, pk, pl, pm, pn, pr, ps, pt, pw, py, qa, qz, re, ro, rs, ru, rw, sa, sb, sc, sd, se, sg, sh, si, sj, sk, sl, sm, sn, so, sr, ss, st, sv, sx, sy, sz, tc, td, tf, tg, th, tj, tk, tl, tm, tn, to, tr, tt, tv, tw, tz, ua, ug, um, us, uy, uz, va, vc, ve, vg, vi, vn, vu, wf, ws, xx, ye, yt, za, zm, or zw.

    • setEntityType

      public void setEntityType(String entityType)
      The entity type.

      One of company, government_entity, individual, or non_profit.

    • setIndividual

      public void setIndividual(Account.Identity.Individual individual)
      Information about the individual represented by the Account. This property is null unless entity_type is set to individual.
    • 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