Enum ServiceTypeId
- All Implemented Interfaces:
Serializable,Comparable<ServiceTypeId>,java.lang.constant.Constable
Represents the type of service or subscription given to a user
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAccounting Firm ARA Service TypeAccounting Firm ARAManaged Service TypeAuthorizationPartnerAutoAddressAutoReturnsAvaAlcoholAvaBikeTaxAvaBottleAvaCertAvaCheckoutBagAvaCommsAvaCUTAvaEWasteAvaExemptTier1AvaExemptTier2AvaExemptTier3AvaExemptTier4AvaLandedCostAvaLodgingAvaMealsAvaTaxCspAvaTaxGlobalAvaTaxProAvaTaxSTAvaUpcCertCaptureMrsMRSComplianceManagerPremium Returns Service TypeNoneSend Sales Rate file serviceTaxSolverTFOComplianceTwe -
Method Summary
Modifier and TypeMethodDescriptionintgetValue()static ServiceTypeIdvalueOf(int intValue) Returns the enum constant of this type with the specified name.static ServiceTypeIdReturns the enum constant of this type with the specified name.static ServiceTypeId[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
None
None -
AvaTaxST
AvaTaxST -
AvaTaxPro
AvaTaxPro -
AvaTaxGlobal
AvaTaxGlobal -
AutoAddress
AutoAddress -
AutoReturns
AutoReturns -
TaxSolver
TaxSolver -
AvaTaxCsp
AvaTaxCsp -
Twe
Twe -
Mrs
Mrs -
AvaCert
AvaCert -
AuthorizationPartner
AuthorizationPartner -
CertCapture
CertCapture -
AvaUpc
AvaUpc -
AvaCUT
AvaCUT -
AvaLandedCost
AvaLandedCost -
AvaLodging
AvaLodging -
AvaBottle
AvaBottle -
AvaComms
AvaComms -
AvaEWaste
AvaEWaste -
AvaExemptTier1
AvaExemptTier1 -
AvaExemptTier2
AvaExemptTier2 -
AvaExemptTier3
AvaExemptTier3 -
AvaExemptTier4
AvaExemptTier4 -
MRSComplianceManager
MRSComplianceManager -
AvaBikeTax
AvaBikeTax -
AvaCheckoutBag
AvaCheckoutBag -
TFOCompliance
TFOCompliance -
SendSalesRateFile
Send Sales Rate file service -
AvaMeals
AvaMeals -
AvaAlcohol
AvaAlcohol -
ARA
Accounting Firm ARA Service Type -
ARAManaged
Accounting Firm ARAManaged Service Type -
MRSPremium
Premium Returns Service Type
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
intValue- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public int getValue()
-