Property | Type | Description | |
---|---|---|---|
$classmap | array | Default class map for wsdl=>php | |
$endpoint | string | The endpoint of the service |
Method | Description | |
---|---|---|
__construct ( string $wsdl, array $options, $user ) | Constructor using wsdl location and options array | |
getReconciliationLineItemReportsByStatement ( $filterStatement ) : the | Gets a {@link ReconciliationLineItemReportPage} of {@link ReconciliationLineItemReport} objects that satisfy the given {@link Statement#query}. | |
updateReconciliationLineItemReports ( $reconciliationLineItemReports ) : the | Updates a list of {@link ReconciliationLineItemReport} objects which belong to same {@link ReconciliationReport}. |
public __construct ( string $wsdl, array $options, $user ) | ||
$wsdl | string | WSDL location for this service |
$options | array | Options for the SoapClient |
PQL Property | Object Property |
---|---|
{@code id} | {@link ReconciliationLineItemReport#id} |
{@code reconciliationReportId} | {@link ReconciliationLineItemReport#reconciliationReportId} |
{@code orderId} | {@link ReconciliationLineItemReport#orderId} |
{@code proposalId} | {@link ReconciliationLineItemReport#proposalId} |
{@code lineItemId} | {@link ReconciliationLineItemReport#lineItemId} |
{@code proposalLineItemId} | {@link ReconciliationLineItemReport#proposalLineItemId} |
public getReconciliationLineItemReportsByStatement ( $filterStatement ) : the | ||
return | the | {@link ReconciliationLineItemReport} objects that match the given filter |
public updateReconciliationLineItemReports ( $reconciliationLineItemReports ) : the | ||
return | the | updated {@link ReconciliationLineItemReport} objects |
public static array $classmap | ||
return | array |
public static string $endpoint | ||
return | string |