public class TaxIdCollectionCreateParams extends ApiRequestParams
Modifier and Type | Class and Description |
---|---|
static class |
TaxIdCollectionCreateParams.Builder |
static class |
TaxIdCollectionCreateParams.Type |
ApiRequestParams.EnumParam
EXTRA_PARAMS_KEY
Modifier and Type | Method and Description |
---|---|
static TaxIdCollectionCreateParams.Builder |
builder() |
java.util.List<java.lang.String> |
getExpand()
Specifies which fields in the response should be expanded.
|
java.util.Map<java.lang.String,java.lang.Object> |
getExtraParams()
Map of extra parameters for custom features not available in this client library.
|
TaxIdCollectionCreateParams.Type |
getType()
Type of the tax ID, one of
eu_vat , br_cnpj , br_cpf , 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 ,
ca_qst , my_sst , or sg_gst . |
java.lang.String |
getValue()
Value of the tax ID.
|
toMap
public static TaxIdCollectionCreateParams.Builder builder()
public java.util.List<java.lang.String> getExpand()
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 TaxIdCollectionCreateParams.Type getType()
eu_vat
, br_cnpj
, br_cpf
, 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
,
ca_qst
, my_sst
, or sg_gst
.public java.lang.String getValue()