PHP Class ReconciliationLineItemReportService, googleads-php-lib

Inheritance: extends DfpSoapClient
Afficher le fichier Open project: googleads/googleads-php-lib

Méthodes publiques

Свойство Type Description
$classmap array Default class map for wsdl=>php
$endpoint string The endpoint of the service

Méthodes publiques

Méthode 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}.

Method Details

__construct() public méthode

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() public méthode

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
Résultat the {@link ReconciliationLineItemReport} objects that match the given filter

updateReconciliationLineItemReports() public méthode

Updates a list of {@link ReconciliationLineItemReport} objects which belong to same {@link ReconciliationReport}.
public updateReconciliationLineItemReports ( $reconciliationLineItemReports ) : the
Résultat the updated {@link ReconciliationLineItemReport} objects

Property Details

$classmap public_oe static_oe property

Default class map for wsdl=>php
public static array $classmap
Résultat array

$endpoint public_oe static_oe property

The endpoint of the service
public static string $endpoint
Résultat string