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

Public Member Functions

 setCompanyCode ($value)
 
 setDocType ($value)
 
 setDocCode ($value)
 
 setDocId ($value)
 
 setHashCode ($value)
 
 getCompanyCode ()
 
 getHashCode ()
 
 getDocType ()
 
 getDocCode ()
 
 getDocId ()
 
 __construct ()
 

Protected Attributes

 $CompanyCode
 
 $DocType
 
 $DocCode
 
 $DocId
 
 $HashCode
 

Constructor & Destructor Documentation

TaxRequest::__construct ( )

Member Function Documentation

TaxRequest::getCompanyCode ( )

Gets the client application company reference code.

Returns
string
TaxRequest::getDocCode ( )

Gets the Document Code, that is the internal reference code used by the client application.
If docId is specified, this is not needed.

Returns
string
TaxRequest::getDocId ( )

A unique document ID.

This is a unique AvaTax identifier for this document. If known, the CompanyCode, DocCode, and DocType are not needed.

Returns
string
See also
GetTaxResult::DocId
TaxRequest::getDocType ( )

The original document's type, such as Sales Invoice or Purchase Invoice.

Returns
string
See also
DocumentType
TaxRequest::getHashCode ( )

Gets the hashCode value for this GetTaxRequest.

This should be computed by an SDK developer using some standard algorithm out of the content of the object. This value gets stored in the system and can be retrieved for the cross checking [Internal Reconciliation purpose]. See sample code for more details

Returns
int
TaxRequest::setCompanyCode (   $value)
TaxRequest::setDocCode (   $value)
TaxRequest::setDocId (   $value)
TaxRequest::setDocType (   $value)
TaxRequest::setHashCode (   $value)

Member Data Documentation

TaxRequest::$CompanyCode
protected
TaxRequest::$DocCode
protected
TaxRequest::$DocId
protected
TaxRequest::$DocType
protected
TaxRequest::$HashCode
protected

Sets the client application company reference code.
If docId is specified, this is not needed.

Parameters
string

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