PHP Class LineItemDeliveryForecast, googleads-php-lib

Mostrar archivo Open project: googleads/googleads-php-lib

Public Properties

Property Type Description
$deliveredUnits integer
$lineItemId integer
$matchedUnits integer
$orderId integer
$predictedDeliveryUnits integer
$unitType tnsUnitType

Public Methods

Method Description
__construct ( $lineItemId = null, $orderId = null, $unitType = null, $predictedDeliveryUnits = null, $deliveredUnits = null, $matchedUnits = 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 ( $lineItemId = null, $orderId = null, $unitType = null, $predictedDeliveryUnits = null, $deliveredUnits = null, $matchedUnits = 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

$deliveredUnits public_oe property

public int $deliveredUnits
return integer

$lineItemId public_oe property

public int $lineItemId
return integer

$matchedUnits public_oe property

public int $matchedUnits
return integer

$orderId public_oe property

public int $orderId
return integer

$predictedDeliveryUnits public_oe property

public int $predictedDeliveryUnits
return integer

$unitType public_oe property

public tnsUnitType $unitType
return tnsUnitType