public static enum CustomerCreateParams.TaxIdData.Type extends java.lang.Enum<CustomerCreateParams.TaxIdData.Type> implements ApiRequestParams.EnumParam
Enum Constant and Description |
---|
AU_ABN |
CH_VAT |
EU_VAT |
IN_GST |
MX_RFC |
NO_VAT |
NZ_GST |
ZA_VAT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
static CustomerCreateParams.TaxIdData.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CustomerCreateParams.TaxIdData.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="au_abn") public static final CustomerCreateParams.TaxIdData.Type AU_ABN
@SerializedName(value="ch_vat") public static final CustomerCreateParams.TaxIdData.Type CH_VAT
@SerializedName(value="eu_vat") public static final CustomerCreateParams.TaxIdData.Type EU_VAT
@SerializedName(value="in_gst") public static final CustomerCreateParams.TaxIdData.Type IN_GST
@SerializedName(value="mx_rfc") public static final CustomerCreateParams.TaxIdData.Type MX_RFC
@SerializedName(value="no_vat") public static final CustomerCreateParams.TaxIdData.Type NO_VAT
@SerializedName(value="nz_gst") public static final CustomerCreateParams.TaxIdData.Type NZ_GST
@SerializedName(value="za_vat") public static final CustomerCreateParams.TaxIdData.Type ZA_VAT
public static CustomerCreateParams.TaxIdData.Type[] values()
for (CustomerCreateParams.TaxIdData.Type c : CustomerCreateParams.TaxIdData.Type.values()) System.out.println(c);
public static CustomerCreateParams.TaxIdData.Type valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getValue()
getValue
in interface ApiRequestParams.EnumParam