public final enum

CancelCodeType

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

Class Overview

Specifies the reason the tax calculation is being canceled (or in the case of posting, returned to its prior state).

Summary

Enum Values
CancelCodeType  ADJUSTMENT_CANCELLED  Specifies the document was adjusted within the client's application and should be removed from the AvaTax records; If the document within AvaTax is already committed, the document status will be changed to Cancelled and retained for historical records; If the document was not committed, (was Saved or Posted) the document will be deleted within AvaTax. 
CancelCodeType  DOC_DELETED  Specifies the document was deleted within the client's application and should be removed from the AvaTax records; If the document within AvaTax is already committed, the document status will be changed to Cancelled and retained for historical records; If the document was not committed, (was Saved or Posted) the document will be deleted within AvaTax. 
CancelCodeType  DOC_VOIDED  Specifies the document was voided within the client's application and should be removed from the AvaTax records; If the document within AvaTax is already committed, the document status will be changed to Cancelled and retained for historical records; If the document was not committed, (was Saved or Posted) the document will be deleted within AvaTax. 
CancelCodeType  POST_FAILED  Specifies the post operation failed when attempting to post an invoice within a client's application, for example, to the client's General Ledger; The document's status will be changed to Saved
CancelCodeType  UNSPECIFIED  Unspecified reason  
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
CancelCode toAvalaraCancelCode()
String value()
static CancelCodeType valueOf(String name)
final static CancelCodeType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final CancelCodeType ADJUSTMENT_CANCELLED

Specifies the document was adjusted within the client's application and should be removed from the AvaTax records; If the document within AvaTax is already committed, the document status will be changed to Cancelled and retained for historical records; If the document was not committed, (was Saved or Posted) the document will be deleted within AvaTax.

public static final CancelCodeType DOC_DELETED

Specifies the document was deleted within the client's application and should be removed from the AvaTax records; If the document within AvaTax is already committed, the document status will be changed to Cancelled and retained for historical records; If the document was not committed, (was Saved or Posted) the document will be deleted within AvaTax.

public static final CancelCodeType DOC_VOIDED

Specifies the document was voided within the client's application and should be removed from the AvaTax records; If the document within AvaTax is already committed, the document status will be changed to Cancelled and retained for historical records; If the document was not committed, (was Saved or Posted) the document will be deleted within AvaTax.

public static final CancelCodeType POST_FAILED

Specifies the post operation failed when attempting to post an invoice within a client's application, for example, to the client's General Ledger; The document's status will be changed to Saved.

public static final CancelCodeType UNSPECIFIED

Unspecified reason

Fields

private final String value

Public Methods

public CancelCode toAvalaraCancelCode ()

public String value ()

public static CancelCodeType valueOf (String name)

Parameters
name

public static final CancelCodeType[] values ()