PHP Class ReconciliationLineItemReport, googleads-php-lib

Datei anzeigen Open project: googleads/googleads-php-lib

Public Properties

Property Type Description
$billableRevenueOverrides BillableRevenueOverrides
$billableVolume integer
$capVolume integer
$dfpVolume integer
$grossBillableRevenue Money
$grossRate Money
$id integer
$lineItemId integer
$manualVolume integer
$netBillableRevenue Money
$netRate Money
$orderId integer
$pricingModel tnsPricingModel
$proposalId integer
$proposalLineItemId integer
$rateType tnsRateType
$reconciledVolume integer
$reconciliationReportId integer
$reconciliationSource tnsBillFrom
$rolloverVolume integer
$thirdPartyVolume integer

Public Methods

Method Description
__construct ( $id = null, $reconciliationReportId = null, $orderId = null, $proposalId = null, $lineItemId = null, $proposalLineItemId = null, $rateType = null, $netRate = null, $grossRate = null, $pricingModel = null, $dfpVolume = null, $thirdPartyVolume = null, $manualVolume = null, $reconciliationSource = null, $reconciledVolume = null, $capVolume = null, $rolloverVolume = null, $billableVolume = null, $netBillableRevenue = null, $grossBillableRevenue = null, $billableRevenueOverrides = 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 ( $id = null, $reconciliationReportId = null, $orderId = null, $proposalId = null, $lineItemId = null, $proposalLineItemId = null, $rateType = null, $netRate = null, $grossRate = null, $pricingModel = null, $dfpVolume = null, $thirdPartyVolume = null, $manualVolume = null, $reconciliationSource = null, $reconciledVolume = null, $capVolume = null, $rolloverVolume = null, $billableVolume = null, $netBillableRevenue = null, $grossBillableRevenue = null, $billableRevenueOverrides = 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

$billableRevenueOverrides public_oe property

public BillableRevenueOverrides $billableRevenueOverrides
return BillableRevenueOverrides

$billableVolume public_oe property

public int $billableVolume
return integer

$capVolume public_oe property

public int $capVolume
return integer

$dfpVolume public_oe property

public int $dfpVolume
return integer

$grossBillableRevenue public_oe property

public Money $grossBillableRevenue
return Money

$grossRate public_oe property

public Money $grossRate
return Money

$id public_oe property

public int $id
return integer

$lineItemId public_oe property

public int $lineItemId
return integer

$manualVolume public_oe property

public int $manualVolume
return integer

$netBillableRevenue public_oe property

public Money $netBillableRevenue
return Money

$netRate public_oe property

public Money $netRate
return Money

$orderId public_oe property

public int $orderId
return integer

$pricingModel public_oe property

public tnsPricingModel $pricingModel
return tnsPricingModel

$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

$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

$rolloverVolume public_oe property

public int $rolloverVolume
return integer

$thirdPartyVolume public_oe property

public int $thirdPartyVolume
return integer