Package com.stripe.param
Class CustomerCreateParams.TaxIdData.Builder
- java.lang.Object
-
- com.stripe.param.CustomerCreateParams.TaxIdData.Builder
-
- Enclosing class:
- CustomerCreateParams.TaxIdData
public static class CustomerCreateParams.TaxIdData.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomerCreateParams.TaxIdDatabuild()Finalize and obtain parameter instance from this builder.CustomerCreateParams.TaxIdData.BuilderputAllExtraParam(java.util.Map<java.lang.String,java.lang.Object> map)Add all map key/value pairs to `extraParams` map.CustomerCreateParams.TaxIdData.BuilderputExtraParam(java.lang.String key, java.lang.Object value)Add a key/value pair to `extraParams` map.CustomerCreateParams.TaxIdData.BuildersetType(CustomerCreateParams.TaxIdData.Type type)Type of the tax ID, one ofae_trn,au_abn,br_cnpj,br_cpf,ca_bn,ca_qst,ch_vat,cl_tin,es_cif,eu_vat,gb_vat,hk_br,id_npwp,in_gst,jp_cn,jp_rn,kr_brn,li_uid,mx_rfc,my_frp,my_itn,my_sst,no_vat,nz_gst,ru_inn,ru_kpp,sa_vat,sg_gst,sg_uen,th_vat,tw_vat,us_ein, orza_vat.CustomerCreateParams.TaxIdData.BuildersetValue(java.lang.String value)Value of the tax ID.
-
-
-
Method Detail
-
build
public CustomerCreateParams.TaxIdData build()
Finalize and obtain parameter instance from this builder.
-
putExtraParam
public CustomerCreateParams.TaxIdData.Builder putExtraParam(java.lang.String key, java.lang.Object value)
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. SeeCustomerCreateParams.TaxIdData.extraParamsfor the field documentation.
-
putAllExtraParam
public CustomerCreateParams.TaxIdData.Builder putAllExtraParam(java.util.Map<java.lang.String,java.lang.Object> map)
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. SeeCustomerCreateParams.TaxIdData.extraParamsfor the field documentation.
-
setType
public CustomerCreateParams.TaxIdData.Builder setType(CustomerCreateParams.TaxIdData.Type type)
Type of the tax ID, one ofae_trn,au_abn,br_cnpj,br_cpf,ca_bn,ca_qst,ch_vat,cl_tin,es_cif,eu_vat,gb_vat,hk_br,id_npwp,in_gst,jp_cn,jp_rn,kr_brn,li_uid,mx_rfc,my_frp,my_itn,my_sst,no_vat,nz_gst,ru_inn,ru_kpp,sa_vat,sg_gst,sg_uen,th_vat,tw_vat,us_ein, orza_vat.
-
setValue
public CustomerCreateParams.TaxIdData.Builder setValue(java.lang.String value)
Value of the tax ID.
-
-