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 `au_abn`, `ca_bn`, `ch_vat`, `eu_vat`, `hk_br`, `in_gst`, `mx_rfc`,
`no_vat`, `nz_gst`, `ru_inn`, `sg_uen`, or `za_vat`.
|
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()
public java.lang.String getValue()