VirtueMart  3.2.14.9808
Static Public Member Functions | Static Public Attributes | List of all members
CancelCode Class Reference
Inheritance diagram for CancelCode:
Inheritance graph
[legend]
Collaboration diagram for CancelCode:
Collaboration graph
[legend]

Static Public Member Functions

static Values ()
 
static Validate ($value)
 

Static Public Attributes

static $Unspecified = 'Unspecified'
 
static $PostFailed = 'PostFailed'
 
static $DocDeleted = 'DocDeleted'
 
static $DocVoided = 'DocVoided'
 
static $AdjustmentCancelled = 'AdjustmentCancelled'
 

Additional Inherited Members

- Static Protected Member Functions inherited from Enum
static __Validate ($value, $values, $class=__CLASS__)
 

Member Function Documentation

static CancelCode::Validate (   $value)
static
static CancelCode::Values ( )
static

Member Data Documentation

CancelCode::$AdjustmentCancelled = 'AdjustmentCancelled'
static
CancelCode::$DocDeleted = 'DocDeleted'
static

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.

CancelCode::$DocVoided = 'DocVoided'
static

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.

CancelCode::$PostFailed = 'PostFailed'
static

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.

CancelCode::$Unspecified = 'Unspecified'
static

The operation failed for an unknown reason.


The documentation for this class was generated from the following file: