Package com.stripe.param.tax
Class RegistrationCreateParams.CountryOptions.Builder
java.lang.Object
com.stripe.param.tax.RegistrationCreateParams.CountryOptions.Builder
- Enclosing class:
- RegistrationCreateParams.CountryOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Finalize and obtain parameter instance from this builder.putAllExtraParam
(Map<String, Object> map) Add all map key/value pairs to `extraParams` map.putExtraParam
(String key, Object value) Add a key/value pair to `extraParams` map.Options for the registration in AE.Options for the registration in AL.Options for the registration in AM.Options for the registration in AO.Options for the registration in AT.Options for the registration in AU.Options for the registration in BA.Options for the registration in BB.Options for the registration in BE.Options for the registration in BG.Options for the registration in BH.Options for the registration in BS.Options for the registration in BY.Options for the registration in CA.Options for the registration in CD.Options for the registration in CH.Options for the registration in CL.Options for the registration in CO.Options for the registration in CR.Options for the registration in CY.Options for the registration in CZ.Options for the registration in DE.Options for the registration in DK.Options for the registration in EC.Options for the registration in EE.Options for the registration in EG.Options for the registration in ES.Options for the registration in FI.Options for the registration in FR.Options for the registration in GB.Options for the registration in GE.Options for the registration in GN.Options for the registration in GR.Options for the registration in HR.Options for the registration in HU.Options for the registration in ID.Options for the registration in IE.Options for the registration in IS.Options for the registration in IT.Options for the registration in JP.Options for the registration in KE.Options for the registration in KH.Options for the registration in KR.Options for the registration in KZ.Options for the registration in LT.Options for the registration in LU.Options for the registration in LV.Options for the registration in MA.Options for the registration in MD.Options for the registration in ME.Options for the registration in MK.Options for the registration in MR.Options for the registration in MT.Options for the registration in MX.Options for the registration in MY.Options for the registration in NG.Options for the registration in NL.Options for the registration in NO.Options for the registration in NP.Options for the registration in NZ.Options for the registration in OM.Options for the registration in PE.Options for the registration in PL.Options for the registration in PT.Options for the registration in RO.Options for the registration in RS.Options for the registration in RU.Options for the registration in SA.Options for the registration in SE.Options for the registration in SG.Options for the registration in SI.Options for the registration in SK.Options for the registration in SN.Options for the registration in SR.Options for the registration in TH.Options for the registration in TJ.Options for the registration in TR.Options for the registration in TZ.Options for the registration in UG.Options for the registration in US.Options for the registration in UY.Options for the registration in UZ.Options for the registration in VN.Options for the registration in ZA.Options for the registration in ZM.Options for the registration in ZW.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setAe
public RegistrationCreateParams.CountryOptions.Builder setAe(RegistrationCreateParams.CountryOptions.Ae ae) Options for the registration in AE. -
setAl
public RegistrationCreateParams.CountryOptions.Builder setAl(RegistrationCreateParams.CountryOptions.Al al) Options for the registration in AL. -
setAm
public RegistrationCreateParams.CountryOptions.Builder setAm(RegistrationCreateParams.CountryOptions.Am am) Options for the registration in AM. -
setAo
public RegistrationCreateParams.CountryOptions.Builder setAo(RegistrationCreateParams.CountryOptions.Ao ao) Options for the registration in AO. -
setAt
public RegistrationCreateParams.CountryOptions.Builder setAt(RegistrationCreateParams.CountryOptions.At at) Options for the registration in AT. -
setAu
public RegistrationCreateParams.CountryOptions.Builder setAu(RegistrationCreateParams.CountryOptions.Au au) Options for the registration in AU. -
setBa
public RegistrationCreateParams.CountryOptions.Builder setBa(RegistrationCreateParams.CountryOptions.Ba ba) Options for the registration in BA. -
setBb
public RegistrationCreateParams.CountryOptions.Builder setBb(RegistrationCreateParams.CountryOptions.Bb bb) Options for the registration in BB. -
setBe
public RegistrationCreateParams.CountryOptions.Builder setBe(RegistrationCreateParams.CountryOptions.Be be) Options for the registration in BE. -
setBg
public RegistrationCreateParams.CountryOptions.Builder setBg(RegistrationCreateParams.CountryOptions.Bg bg) Options for the registration in BG. -
setBh
public RegistrationCreateParams.CountryOptions.Builder setBh(RegistrationCreateParams.CountryOptions.Bh bh) Options for the registration in BH. -
setBs
public RegistrationCreateParams.CountryOptions.Builder setBs(RegistrationCreateParams.CountryOptions.Bs bs) Options for the registration in BS. -
setBy
public RegistrationCreateParams.CountryOptions.Builder setBy(RegistrationCreateParams.CountryOptions.By by) Options for the registration in BY. -
setCa
public RegistrationCreateParams.CountryOptions.Builder setCa(RegistrationCreateParams.CountryOptions.Ca ca) Options for the registration in CA. -
setCd
public RegistrationCreateParams.CountryOptions.Builder setCd(RegistrationCreateParams.CountryOptions.Cd cd) Options for the registration in CD. -
setCh
public RegistrationCreateParams.CountryOptions.Builder setCh(RegistrationCreateParams.CountryOptions.Ch ch) Options for the registration in CH. -
setCl
public RegistrationCreateParams.CountryOptions.Builder setCl(RegistrationCreateParams.CountryOptions.Cl cl) Options for the registration in CL. -
setCo
public RegistrationCreateParams.CountryOptions.Builder setCo(RegistrationCreateParams.CountryOptions.Co co) Options for the registration in CO. -
setCr
public RegistrationCreateParams.CountryOptions.Builder setCr(RegistrationCreateParams.CountryOptions.Cr cr) Options for the registration in CR. -
setCy
public RegistrationCreateParams.CountryOptions.Builder setCy(RegistrationCreateParams.CountryOptions.Cy cy) Options for the registration in CY. -
setCz
public RegistrationCreateParams.CountryOptions.Builder setCz(RegistrationCreateParams.CountryOptions.Cz cz) Options for the registration in CZ. -
setDe
public RegistrationCreateParams.CountryOptions.Builder setDe(RegistrationCreateParams.CountryOptions.De de) Options for the registration in DE. -
setDk
public RegistrationCreateParams.CountryOptions.Builder setDk(RegistrationCreateParams.CountryOptions.Dk dk) Options for the registration in DK. -
setEc
public RegistrationCreateParams.CountryOptions.Builder setEc(RegistrationCreateParams.CountryOptions.Ec ec) Options for the registration in EC. -
setEe
public RegistrationCreateParams.CountryOptions.Builder setEe(RegistrationCreateParams.CountryOptions.Ee ee) Options for the registration in EE. -
setEg
public RegistrationCreateParams.CountryOptions.Builder setEg(RegistrationCreateParams.CountryOptions.Eg eg) Options for the registration in EG. -
setEs
public RegistrationCreateParams.CountryOptions.Builder setEs(RegistrationCreateParams.CountryOptions.Es es) Options for the registration in ES. -
putExtraParam
Add a key/value pair to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeRegistrationCreateParams.CountryOptions.extraParams
for the field documentation. -
putAllExtraParam
Add all map key/value pairs to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeRegistrationCreateParams.CountryOptions.extraParams
for the field documentation. -
setFi
public RegistrationCreateParams.CountryOptions.Builder setFi(RegistrationCreateParams.CountryOptions.Fi fi) Options for the registration in FI. -
setFr
public RegistrationCreateParams.CountryOptions.Builder setFr(RegistrationCreateParams.CountryOptions.Fr fr) Options for the registration in FR. -
setGb
public RegistrationCreateParams.CountryOptions.Builder setGb(RegistrationCreateParams.CountryOptions.Gb gb) Options for the registration in GB. -
setGe
public RegistrationCreateParams.CountryOptions.Builder setGe(RegistrationCreateParams.CountryOptions.Ge ge) Options for the registration in GE. -
setGn
public RegistrationCreateParams.CountryOptions.Builder setGn(RegistrationCreateParams.CountryOptions.Gn gn) Options for the registration in GN. -
setGr
public RegistrationCreateParams.CountryOptions.Builder setGr(RegistrationCreateParams.CountryOptions.Gr gr) Options for the registration in GR. -
setHr
public RegistrationCreateParams.CountryOptions.Builder setHr(RegistrationCreateParams.CountryOptions.Hr hr) Options for the registration in HR. -
setHu
public RegistrationCreateParams.CountryOptions.Builder setHu(RegistrationCreateParams.CountryOptions.Hu hu) Options for the registration in HU. -
setId
public RegistrationCreateParams.CountryOptions.Builder setId(RegistrationCreateParams.CountryOptions.Id id) Options for the registration in ID. -
setIe
public RegistrationCreateParams.CountryOptions.Builder setIe(RegistrationCreateParams.CountryOptions.Ie ie) Options for the registration in IE. -
setIs
public RegistrationCreateParams.CountryOptions.Builder setIs(RegistrationCreateParams.CountryOptions.Is is) Options for the registration in IS. -
setIt
public RegistrationCreateParams.CountryOptions.Builder setIt(RegistrationCreateParams.CountryOptions.It it) Options for the registration in IT. -
setJp
public RegistrationCreateParams.CountryOptions.Builder setJp(RegistrationCreateParams.CountryOptions.Jp jp) Options for the registration in JP. -
setKe
public RegistrationCreateParams.CountryOptions.Builder setKe(RegistrationCreateParams.CountryOptions.Ke ke) Options for the registration in KE. -
setKh
public RegistrationCreateParams.CountryOptions.Builder setKh(RegistrationCreateParams.CountryOptions.Kh kh) Options for the registration in KH. -
setKr
public RegistrationCreateParams.CountryOptions.Builder setKr(RegistrationCreateParams.CountryOptions.Kr kr) Options for the registration in KR. -
setKz
public RegistrationCreateParams.CountryOptions.Builder setKz(RegistrationCreateParams.CountryOptions.Kz kz) Options for the registration in KZ. -
setLt
public RegistrationCreateParams.CountryOptions.Builder setLt(RegistrationCreateParams.CountryOptions.Lt lt) Options for the registration in LT. -
setLu
public RegistrationCreateParams.CountryOptions.Builder setLu(RegistrationCreateParams.CountryOptions.Lu lu) Options for the registration in LU. -
setLv
public RegistrationCreateParams.CountryOptions.Builder setLv(RegistrationCreateParams.CountryOptions.Lv lv) Options for the registration in LV. -
setMa
public RegistrationCreateParams.CountryOptions.Builder setMa(RegistrationCreateParams.CountryOptions.Ma ma) Options for the registration in MA. -
setMd
public RegistrationCreateParams.CountryOptions.Builder setMd(RegistrationCreateParams.CountryOptions.Md md) Options for the registration in MD. -
setMe
public RegistrationCreateParams.CountryOptions.Builder setMe(RegistrationCreateParams.CountryOptions.Me me) Options for the registration in ME. -
setMk
public RegistrationCreateParams.CountryOptions.Builder setMk(RegistrationCreateParams.CountryOptions.Mk mk) Options for the registration in MK. -
setMr
public RegistrationCreateParams.CountryOptions.Builder setMr(RegistrationCreateParams.CountryOptions.Mr mr) Options for the registration in MR. -
setMt
public RegistrationCreateParams.CountryOptions.Builder setMt(RegistrationCreateParams.CountryOptions.Mt mt) Options for the registration in MT. -
setMx
public RegistrationCreateParams.CountryOptions.Builder setMx(RegistrationCreateParams.CountryOptions.Mx mx) Options for the registration in MX. -
setMy
public RegistrationCreateParams.CountryOptions.Builder setMy(RegistrationCreateParams.CountryOptions.My my) Options for the registration in MY. -
setNg
public RegistrationCreateParams.CountryOptions.Builder setNg(RegistrationCreateParams.CountryOptions.Ng ng) Options for the registration in NG. -
setNl
public RegistrationCreateParams.CountryOptions.Builder setNl(RegistrationCreateParams.CountryOptions.Nl nl) Options for the registration in NL. -
setNo
public RegistrationCreateParams.CountryOptions.Builder setNo(RegistrationCreateParams.CountryOptions.No no) Options for the registration in NO. -
setNp
public RegistrationCreateParams.CountryOptions.Builder setNp(RegistrationCreateParams.CountryOptions.Np np) Options for the registration in NP. -
setNz
public RegistrationCreateParams.CountryOptions.Builder setNz(RegistrationCreateParams.CountryOptions.Nz nz) Options for the registration in NZ. -
setOm
public RegistrationCreateParams.CountryOptions.Builder setOm(RegistrationCreateParams.CountryOptions.Om om) Options for the registration in OM. -
setPe
public RegistrationCreateParams.CountryOptions.Builder setPe(RegistrationCreateParams.CountryOptions.Pe pe) Options for the registration in PE. -
setPl
public RegistrationCreateParams.CountryOptions.Builder setPl(RegistrationCreateParams.CountryOptions.Pl pl) Options for the registration in PL. -
setPt
public RegistrationCreateParams.CountryOptions.Builder setPt(RegistrationCreateParams.CountryOptions.Pt pt) Options for the registration in PT. -
setRo
public RegistrationCreateParams.CountryOptions.Builder setRo(RegistrationCreateParams.CountryOptions.Ro ro) Options for the registration in RO. -
setRs
public RegistrationCreateParams.CountryOptions.Builder setRs(RegistrationCreateParams.CountryOptions.Rs rs) Options for the registration in RS. -
setRu
public RegistrationCreateParams.CountryOptions.Builder setRu(RegistrationCreateParams.CountryOptions.Ru ru) Options for the registration in RU. -
setSa
public RegistrationCreateParams.CountryOptions.Builder setSa(RegistrationCreateParams.CountryOptions.Sa sa) Options for the registration in SA. -
setSe
public RegistrationCreateParams.CountryOptions.Builder setSe(RegistrationCreateParams.CountryOptions.Se se) Options for the registration in SE. -
setSg
public RegistrationCreateParams.CountryOptions.Builder setSg(RegistrationCreateParams.CountryOptions.Sg sg) Options for the registration in SG. -
setSi
public RegistrationCreateParams.CountryOptions.Builder setSi(RegistrationCreateParams.CountryOptions.Si si) Options for the registration in SI. -
setSk
public RegistrationCreateParams.CountryOptions.Builder setSk(RegistrationCreateParams.CountryOptions.Sk sk) Options for the registration in SK. -
setSn
public RegistrationCreateParams.CountryOptions.Builder setSn(RegistrationCreateParams.CountryOptions.Sn sn) Options for the registration in SN. -
setSr
public RegistrationCreateParams.CountryOptions.Builder setSr(RegistrationCreateParams.CountryOptions.Sr sr) Options for the registration in SR. -
setTh
public RegistrationCreateParams.CountryOptions.Builder setTh(RegistrationCreateParams.CountryOptions.Th th) Options for the registration in TH. -
setTj
public RegistrationCreateParams.CountryOptions.Builder setTj(RegistrationCreateParams.CountryOptions.Tj tj) Options for the registration in TJ. -
setTr
public RegistrationCreateParams.CountryOptions.Builder setTr(RegistrationCreateParams.CountryOptions.Tr tr) Options for the registration in TR. -
setTz
public RegistrationCreateParams.CountryOptions.Builder setTz(RegistrationCreateParams.CountryOptions.Tz tz) Options for the registration in TZ. -
setUg
public RegistrationCreateParams.CountryOptions.Builder setUg(RegistrationCreateParams.CountryOptions.Ug ug) Options for the registration in UG. -
setUs
public RegistrationCreateParams.CountryOptions.Builder setUs(RegistrationCreateParams.CountryOptions.Us us) Options for the registration in US. -
setUy
public RegistrationCreateParams.CountryOptions.Builder setUy(RegistrationCreateParams.CountryOptions.Uy uy) Options for the registration in UY. -
setUz
public RegistrationCreateParams.CountryOptions.Builder setUz(RegistrationCreateParams.CountryOptions.Uz uz) Options for the registration in UZ. -
setVn
public RegistrationCreateParams.CountryOptions.Builder setVn(RegistrationCreateParams.CountryOptions.Vn vn) Options for the registration in VN. -
setZa
public RegistrationCreateParams.CountryOptions.Builder setZa(RegistrationCreateParams.CountryOptions.Za za) Options for the registration in ZA. -
setZm
public RegistrationCreateParams.CountryOptions.Builder setZm(RegistrationCreateParams.CountryOptions.Zm zm) Options for the registration in ZM. -
setZw
public RegistrationCreateParams.CountryOptions.Builder setZw(RegistrationCreateParams.CountryOptions.Zw zw) Options for the registration in ZW.
-