TaxIdentifierType Class

public final class TaxIdentifierType
extends ExpandableStringEnum<TaxIdentifierType>

The type of the tax identifier.

Field Summary

Modifier and Type Field and Description
static final TaxIdentifierType BRAZIL_CCM_ID

Static value BrazilCcmId for TaxIdentifierType.

static final TaxIdentifierType BRAZIL_CNPJ_ID

Static value BrazilCnpjId for TaxIdentifierType.

static final TaxIdentifierType BRAZIL_CPF_ID

Static value BrazilCpfId for TaxIdentifierType.

static final TaxIdentifierType CANADIAN_FEDERAL_EXEMPT

Static value CanadianFederalExempt for TaxIdentifierType.

static final TaxIdentifierType CANADIAN_PROVINCE_EXEMPT

Static value CanadianProvinceExempt for TaxIdentifierType.

static final TaxIdentifierType EXTERNAL_TAXATION

Static value ExternalTaxation for TaxIdentifierType.

static final TaxIdentifierType INDIA_FEDERAL_SERVICE_TAX_ID

Static value IndiaFederalServiceTaxId for TaxIdentifierType.

static final TaxIdentifierType INDIA_FEDERAL_TAN_ID

Static value IndiaFederalTanId for TaxIdentifierType.

static final TaxIdentifierType INDIA_PAN_ID

Static value IndiaPanId for TaxIdentifierType.

static final TaxIdentifierType INDIA_STATE_CST_ID

Static value IndiaStateCstId for TaxIdentifierType.

static final TaxIdentifierType INDIA_STATE_GST_INID

Static value IndiaStateGstINId for TaxIdentifierType.

static final TaxIdentifierType INDIA_STATE_VAT_ID

Static value IndiaStateVatId for TaxIdentifierType.

static final TaxIdentifierType INTL_EXEMPT

Static value IntlExempt for TaxIdentifierType.

static final TaxIdentifierType LOVE_CODE

Static value LoveCode for TaxIdentifierType.

static final TaxIdentifierType MOBILE_BAR_CODE

Static value MobileBarCode for TaxIdentifierType.

static final TaxIdentifierType NATIONAL_IDENTIFICATION_NUMBER

Static value NationalIdentificationNumber for TaxIdentifierType.

static final TaxIdentifierType OTHER

Static value Other for TaxIdentifierType.

static final TaxIdentifierType PUBLIC_SECTOR_ID

Static value PublicSectorId for TaxIdentifierType.

static final TaxIdentifierType USEXEMPT

Static value USExempt for TaxIdentifierType.

static final TaxIdentifierType VAT_ID

Static value VatId for TaxIdentifierType.

Constructor Summary

Constructor Description
TaxIdentifierType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of TaxIdentifierType value.

Method Summary

Modifier and Type Method and Description
static TaxIdentifierType fromString(String name)

Creates or finds a TaxIdentifierType from its string representation.

static Collection<TaxIdentifierType> values()

Gets known TaxIdentifierType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

BRAZIL_CCM_ID

public static final TaxIdentifierType BRAZIL_CCM_ID

Static value BrazilCcmId for TaxIdentifierType.

BRAZIL_CNPJ_ID

public static final TaxIdentifierType BRAZIL_CNPJ_ID

Static value BrazilCnpjId for TaxIdentifierType.

BRAZIL_CPF_ID

public static final TaxIdentifierType BRAZIL_CPF_ID

Static value BrazilCpfId for TaxIdentifierType.

CANADIAN_FEDERAL_EXEMPT

public static final TaxIdentifierType CANADIAN_FEDERAL_EXEMPT

Static value CanadianFederalExempt for TaxIdentifierType.

CANADIAN_PROVINCE_EXEMPT

public static final TaxIdentifierType CANADIAN_PROVINCE_EXEMPT

Static value CanadianProvinceExempt for TaxIdentifierType.

EXTERNAL_TAXATION

public static final TaxIdentifierType EXTERNAL_TAXATION

Static value ExternalTaxation for TaxIdentifierType.

INDIA_FEDERAL_SERVICE_TAX_ID

public static final TaxIdentifierType INDIA_FEDERAL_SERVICE_TAX_ID

Static value IndiaFederalServiceTaxId for TaxIdentifierType.

INDIA_FEDERAL_TAN_ID

public static final TaxIdentifierType INDIA_FEDERAL_TAN_ID

Static value IndiaFederalTanId for TaxIdentifierType.

INDIA_PAN_ID

public static final TaxIdentifierType INDIA_PAN_ID

Static value IndiaPanId for TaxIdentifierType.

INDIA_STATE_CST_ID

public static final TaxIdentifierType INDIA_STATE_CST_ID

Static value IndiaStateCstId for TaxIdentifierType.

INDIA_STATE_GST_INID

public static final TaxIdentifierType INDIA_STATE_GST_INID

Static value IndiaStateGstINId for TaxIdentifierType.

INDIA_STATE_VAT_ID

public static final TaxIdentifierType INDIA_STATE_VAT_ID

Static value IndiaStateVatId for TaxIdentifierType.

INTL_EXEMPT

public static final TaxIdentifierType INTL_EXEMPT

Static value IntlExempt for TaxIdentifierType.

LOVE_CODE

public static final TaxIdentifierType LOVE_CODE

Static value LoveCode for TaxIdentifierType.

MOBILE_BAR_CODE

public static final TaxIdentifierType MOBILE_BAR_CODE

Static value MobileBarCode for TaxIdentifierType.

NATIONAL_IDENTIFICATION_NUMBER

public static final TaxIdentifierType NATIONAL_IDENTIFICATION_NUMBER

Static value NationalIdentificationNumber for TaxIdentifierType.

OTHER

public static final TaxIdentifierType OTHER

Static value Other for TaxIdentifierType.

PUBLIC_SECTOR_ID

public static final TaxIdentifierType PUBLIC_SECTOR_ID

Static value PublicSectorId for TaxIdentifierType.

USEXEMPT

public static final TaxIdentifierType USEXEMPT

Static value USExempt for TaxIdentifierType.

VAT_ID

public static final TaxIdentifierType VAT_ID

Static value VatId for TaxIdentifierType.

Constructor Details

TaxIdentifierType

@Deprecated
public TaxIdentifierType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of TaxIdentifierType value.

Method Details

fromString

public static TaxIdentifierType fromString(String name)

Creates or finds a TaxIdentifierType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding TaxIdentifierType.

values

public static Collection<TaxIdentifierType> values()

Gets known TaxIdentifierType values.

Returns:

known TaxIdentifierType values.

Applies to