PHP Class ReconciliationReportRow, googleads-php-lib

Each row is identified by its {@link #reconciliationReportId}, {@link #lineItemId}, {@link #creativeId}, and {@link #proposalLineItemId}.
Datei anzeigen Open project: googleads/googleads-php-lib

Public Properties

Property Type Description
$advertiserId integer
$comments string
$contractedRevenue Money
$creativeId integer
$dfpRevenue Money
$dfpVolume integer
$id integer
$lineItemContractedUnitsBought integer
$lineItemCostPerUnit Money
$lineItemId integer
$manualRevenue Money
$manualVolume integer
$orderId integer
$proposalId integer
$proposalLineItemId integer
$rateType tnsRateType
$reconciledRevenue Money
$reconciledVolume integer
$reconciliationReportId integer
$reconciliationSource tnsBillFrom
$thirdPartyRevenue Money
$thirdPartyVolume integer

Public Methods

Method Description
__construct ( $reconciliationReportId = null, $lineItemId = null, $creativeId = null, $orderId = null, $advertiserId = null, $proposalLineItemId = null, $proposalId = null, $reconciliationSource = null, $rateType = null, $lineItemCostPerUnit = null, $lineItemContractedUnitsBought = null, $dfpVolume = null, $thirdPartyVolume = null, $manualVolume = null, $reconciledVolume = null, $contractedRevenue = null, $dfpRevenue = null, $thirdPartyRevenue = null, $manualRevenue = null, $reconciledRevenue = null, $comments = null )
__construct ( $id = null, $reconciliationReportId = null, $lineItemId = null, $creativeId = null, $orderId = null, $advertiserId = null, $proposalLineItemId = null, $proposalId = null, $reconciliationSource = null, $rateType = null, $lineItemCostPerUnit = null, $lineItemContractedUnitsBought = null, $dfpVolume = null, $thirdPartyVolume = null, $manualVolume = null, $reconciledVolume = null, $contractedRevenue = null, $dfpRevenue = null, $thirdPartyRevenue = null, $manualRevenue = null, $reconciledRevenue = null, $comments = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

Method Details

__construct() public method

public __construct ( $reconciliationReportId = null, $lineItemId = null, $creativeId = null, $orderId = null, $advertiserId = null, $proposalLineItemId = null, $proposalId = null, $reconciliationSource = null, $rateType = null, $lineItemCostPerUnit = null, $lineItemContractedUnitsBought = null, $dfpVolume = null, $thirdPartyVolume = null, $manualVolume = null, $reconciledVolume = null, $contractedRevenue = null, $dfpRevenue = null, $thirdPartyRevenue = null, $manualRevenue = null, $reconciledRevenue = null, $comments = null )

__construct() public method

public __construct ( $id = null, $reconciliationReportId = null, $lineItemId = null, $creativeId = null, $orderId = null, $advertiserId = null, $proposalLineItemId = null, $proposalId = null, $reconciliationSource = null, $rateType = null, $lineItemCostPerUnit = null, $lineItemContractedUnitsBought = null, $dfpVolume = null, $thirdPartyVolume = null, $manualVolume = null, $reconciledVolume = null, $contractedRevenue = null, $dfpRevenue = null, $thirdPartyRevenue = null, $manualRevenue = null, $reconciledRevenue = null, $comments = null )

getNamespace() public method

Gets the namesapce of this class
public getNamespace ( ) : string
return string the namespace of this class

getXsiTypeName() public method

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
return string the xsi:type name of this class

Property Details

$advertiserId public_oe property

public int $advertiserId
return integer

$comments public_oe property

public string $comments
return string

$contractedRevenue public_oe property

public Money $contractedRevenue
return Money

$creativeId public_oe property

public int $creativeId
return integer

$dfpRevenue public_oe property

public Money $dfpRevenue
return Money

$dfpVolume public_oe property

public int $dfpVolume
return integer

$id public_oe property

public int $id
return integer

$lineItemContractedUnitsBought public_oe property

public int $lineItemContractedUnitsBought
return integer

$lineItemCostPerUnit public_oe property

public Money $lineItemCostPerUnit
return Money

$lineItemId public_oe property

public int $lineItemId
return integer

$manualRevenue public_oe property

public Money $manualRevenue
return Money

$manualVolume public_oe property

public int $manualVolume
return integer

$orderId public_oe property

public int $orderId
return integer

$proposalId public_oe property

public int $proposalId
return integer

$proposalLineItemId public_oe property

public int $proposalLineItemId
return integer

$rateType public_oe property

public tnsRateType $rateType
return tnsRateType

$reconciledRevenue public_oe property

public Money $reconciledRevenue
return Money

$reconciledVolume public_oe property

public int $reconciledVolume
return integer

$reconciliationReportId public_oe property

public int $reconciliationReportId
return integer

$reconciliationSource public_oe property

public tnsBillFrom $reconciliationSource
return tnsBillFrom

$thirdPartyRevenue public_oe property

public Money $thirdPartyRevenue
return Money

$thirdPartyVolume public_oe property

public int $thirdPartyVolume
return integer