Package com.stripe.param
Class InvoiceUpcomingParams.CustomerDetails.TaxId.Builder
- java.lang.Object
-
- com.stripe.param.InvoiceUpcomingParams.CustomerDetails.TaxId.Builder
-
- Enclosing class:
- InvoiceUpcomingParams.CustomerDetails.TaxId
public static class InvoiceUpcomingParams.CustomerDetails.TaxId.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InvoiceUpcomingParams.CustomerDetails.TaxIdbuild()Finalize and obtain parameter instance from this builder.InvoiceUpcomingParams.CustomerDetails.TaxId.BuilderputAllExtraParam(java.util.Map<java.lang.String,java.lang.Object> map)Add all map key/value pairs to `extraParams` map.InvoiceUpcomingParams.CustomerDetails.TaxId.BuilderputExtraParam(java.lang.String key, java.lang.Object value)Add a key/value pair to `extraParams` map.InvoiceUpcomingParams.CustomerDetails.TaxId.BuildersetType(InvoiceUpcomingParams.CustomerDetails.TaxId.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.InvoiceUpcomingParams.CustomerDetails.TaxId.BuildersetValue(java.lang.String value)Value of the tax ID.
-
-
-
Method Detail
-
build
public InvoiceUpcomingParams.CustomerDetails.TaxId build()
Finalize and obtain parameter instance from this builder.
-
putExtraParam
public InvoiceUpcomingParams.CustomerDetails.TaxId.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. SeeInvoiceUpcomingParams.CustomerDetails.TaxId.extraParamsfor the field documentation.
-
putAllExtraParam
public InvoiceUpcomingParams.CustomerDetails.TaxId.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. SeeInvoiceUpcomingParams.CustomerDetails.TaxId.extraParamsfor the field documentation.
-
setType
public InvoiceUpcomingParams.CustomerDetails.TaxId.Builder setType(InvoiceUpcomingParams.CustomerDetails.TaxId.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 InvoiceUpcomingParams.CustomerDetails.TaxId.Builder setValue(java.lang.String value)
Value of the tax ID.
-
-