Package DE_EPAGES::AvaTax::API::ResponseParser
Parses webservice response for messages
Functions
getStatusAdjustTax
returns the error status, if there was an error otherwise returns adjusttax_success
Syntax |
getStatusAdjustTax( ); |
Return |
|
getStatusCancelTax
returns the error status, if there was an error otherwise returns canceltax_success
Syntax |
getStatusCancelTax( ); |
Return |
|
getStatusGetTax
returns the error status, if there was an error otherwise returns gettax_success
Syntax |
getStatusGetTax( ); |
Return |
|
getStatusMessage
returns the message of the response dto, if there was an error
Syntax |
getStatusMessage( ); |
Return |
|
new
constructor
Syntax |
new($Response); |
Input |
|
Return |
|