public final enum

BatchType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.mule.modules.avalara.BatchType

Class Overview

The document type specifies the category of the document and affects how the document is treated after a tax calculation. Specified when constructing a GetTaxRequest.

Summary

Enum Values
BatchType  COMPANY_LOCACTION_IMPORT  Descriptive and address information for physical locations of Company buildings and sales people. 
BatchType  DOCUMENT_IMPORT  Reserved for future use. 
BatchType  EXEMPTION_CERTIFICATE_IMPORT  ECMS Exemption Certificate entries that hold important data accurately representing an Exemption Certificate. 
BatchType  ITEM_IMPORT  The products and services (SKUs) you sell, and the charges (freight, handling, and other miscellaneous charges) used by your business. 
BatchType  TAX_RULE_IMPORT  Rules used to override the default taxing behavior of AvaTax Calc when tax laws for a particular jurisdiction require special handling. 
BatchType  TRANSACTION_IMPORT  Invoices, returns and credit memos. 
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
BatchType toBatchType(String batchType)
String value()
static BatchType valueOf(String name)
final static BatchType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final BatchType COMPANY_LOCACTION_IMPORT

Descriptive and address information for physical locations of Company buildings and sales people.

public static final BatchType DOCUMENT_IMPORT

Reserved for future use.

public static final BatchType EXEMPTION_CERTIFICATE_IMPORT

ECMS Exemption Certificate entries that hold important data accurately representing an Exemption Certificate.

public static final BatchType ITEM_IMPORT

The products and services (SKUs) you sell, and the charges (freight, handling, and other miscellaneous charges) used by your business.

public static final BatchType TAX_RULE_IMPORT

Rules used to override the default taxing behavior of AvaTax Calc when tax laws for a particular jurisdiction require special handling.

public static final BatchType TRANSACTION_IMPORT

Invoices, returns and credit memos.

Fields

private final String value

Public Methods

public BatchType toBatchType (String batchType)

Parameters
batchType

public String value ()

public static BatchType valueOf (String name)

Parameters
name

public static final BatchType[] values ()