public static enum TaxIdCollectionCreateParams.Type extends java.lang.Enum<TaxIdCollectionCreateParams.Type> implements ApiRequestParams.EnumParam
Enum Constant and Description |
---|
AU_ABN |
EU_VAT |
IN_GST |
NO_VAT |
NZ_GST |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
static TaxIdCollectionCreateParams.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TaxIdCollectionCreateParams.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 TaxIdCollectionCreateParams.Type AU_ABN
@SerializedName(value="eu_vat") public static final TaxIdCollectionCreateParams.Type EU_VAT
@SerializedName(value="in_gst") public static final TaxIdCollectionCreateParams.Type IN_GST
@SerializedName(value="no_vat") public static final TaxIdCollectionCreateParams.Type NO_VAT
@SerializedName(value="nz_gst") public static final TaxIdCollectionCreateParams.Type NZ_GST
public static TaxIdCollectionCreateParams.Type[] values()
for (TaxIdCollectionCreateParams.Type c : TaxIdCollectionCreateParams.Type.values()) System.out.println(c);
public static TaxIdCollectionCreateParams.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