PHP Класс ReconciliationLineItemReportService, googleads-php-lib

Наследование: extends DfpSoapClient
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$classmap array Default class map for wsdl=>php
$endpoint string The endpoint of the service

Открытые методы

Метод Описание
__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}.

Описание методов

__construct() публичный Метод

Constructor using wsdl location and options array
public __construct ( string $wsdl, array $options, $user )
$wsdl string WSDL location for this service
$options array Options for the SoapClient

getReconciliationLineItemReportsByStatement() публичный Метод

The following fields are supported for filtering:
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
Результат the {@link ReconciliationLineItemReport} objects that match the given filter

updateReconciliationLineItemReports() публичный Метод

Updates a list of {@link ReconciliationLineItemReport} objects which belong to same {@link ReconciliationReport}.
public updateReconciliationLineItemReports ( $reconciliationLineItemReports ) : the
Результат the updated {@link ReconciliationLineItemReport} objects

Описание свойств

$classmap публичное статическое свойство

Default class map for wsdl=>php
public static array $classmap
Результат array

$endpoint публичное статическое свойство

The endpoint of the service
public static string $endpoint
Результат string