public static class CustomerCreateParams.TaxIdData
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CustomerCreateParams.TaxIdData.Builder |
static class |
CustomerCreateParams.TaxIdData.Type |
Modifier and Type | Method and Description |
---|---|
static CustomerCreateParams.TaxIdData.Builder |
builder() |
java.util.Map<java.lang.String,java.lang.Object> |
getExtraParams()
Map of extra parameters for custom features not available in this client library.
|
CustomerCreateParams.TaxIdData.Type |
getType()
Type of the tax ID, one of
eu_vat , nz_gst , au_abn , in_gst ,
no_vat , za_vat , ch_vat , mx_rfc , sg_uen , ru_inn , ca_bn , hk_br , es_cif , tw_vat , th_vat , jp_cn , li_uid , my_itn , us_ein , kr_brn , or ca_qst . |
java.lang.String |
getValue()
Value of the tax ID.
|
public static CustomerCreateParams.TaxIdData.Builder builder()
public java.util.Map<java.lang.String,java.lang.Object> getExtraParams()
@SerializedName
value. Instead, each
key/value pair is serialized as if the key is a root-level field (serialized) name in this
param object. Effectively, this map is flattened to its parent instance.public CustomerCreateParams.TaxIdData.Type getType()
eu_vat
, nz_gst
, au_abn
, in_gst
,
no_vat
, za_vat
, ch_vat
, mx_rfc
, sg_uen
, ru_inn
, ca_bn
, hk_br
, es_cif
, tw_vat
, th_vat
, jp_cn
, li_uid
, my_itn
, us_ein
, kr_brn
, or ca_qst
.public java.lang.String getValue()