SearchTaxHistoryResult::getLastDocId |
( |
| ) |
|
SearchTaxHistoryResult::getMessages |
( |
| ) |
|
SearchTaxHistoryResult::getResultCode |
( |
| ) |
|
SearchTaxHistoryResult::getTaxResults |
( |
| ) |
|
Gets zero or more GetTaxResult summaries matching search criteria.
If LastDocId was not specified by the ReconcileTaxHistoryRequest, then this is the first set of records that need reconciliation. If LastDocId was specified, the collection represents the next set of records after LastDocId. If the collection is empty, then all records have been reconciled and the result's LastDocId will be set to the last record of the last result set.
The GetTaxResults are returned in an Axis wrapper ArrayOfGetTaxResult, which has a raw GetTaxResult[] array accessible via its ArrayOfGetTaxResult#getGetTaxResult method.
Example:
$result = $taxSvc->reconcileTaxHistory($request);
foreach($result->getTaxResults() as $taxResult)
{
...
}
- See also
- GetTaxResult
- Returns
- array
SearchTaxHistoryResult::getTransactionId |
( |
| ) |
|
SearchTaxHistoryResult::$GetTaxResults |
|
private |
SearchTaxHistoryResult::$LastDocId |
|
private |
SearchTaxHistoryResult::$Messages = array() |
|
private |
SearchTaxHistoryResult::$ResultCode = 'Success' |
|
private |
SearchTaxHistoryResult::$TransactionId |
|
private |
The documentation for this class was generated from the following file: