Class Person.AdditionalAddress

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

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

    • AdditionalAddress

      public AdditionalAddress()
  • Method Details

    • getCity

      public String getCity()
      City, district, suburb, town, or village.
    • getCountry

      public String getCountry()
      Two-letter country code (ISO 3166-1 alpha-2).

      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.

    • getLine1

      public String getLine1()
      Address line 1 (e.g., street, PO Box, or company name).
    • getLine2

      public String getLine2()
      Address line 2 (e.g., apartment, suite, unit, or building).
    • getPostalCode

      public String getPostalCode()
      ZIP or postal code.
    • getPurpose

      public String getPurpose()
      Purpose of additional address.

      Equal to registered.

    • getState

      public String getState()
      State, county, province, or region.
    • getTown

      public String getTown()
      Town or cho-me.
    • setCity

      public void setCity(String city)
      City, district, suburb, town, or village.
    • setCountry

      public void setCountry(String country)
      Two-letter country code (ISO 3166-1 alpha-2).

      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.

    • setLine1

      public void setLine1(String line1)
      Address line 1 (e.g., street, PO Box, or company name).
    • setLine2

      public void setLine2(String line2)
      Address line 2 (e.g., apartment, suite, unit, or building).
    • setPostalCode

      public void setPostalCode(String postalCode)
      ZIP or postal code.
    • setPurpose

      public void setPurpose(String purpose)
      Purpose of additional address.

      Equal to registered.

    • setState

      public void setState(String state)
      State, county, province, or region.
    • setTown

      public void setTown(String town)
      Town or cho-me.
    • 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