PHP Class BudgetSuggestion, googleads-php-lib

Show file Open project: googleads/googleads-php-lib

Public Properties

Property Type Description
$cpc Money
$cpm Money
$currencyCode tnsCurrencyCode
$impressions integer
$maxBudget Money
$maxCpc Money
$minBudget Money
$minCpc Money
$suggestedBudget Money

Public Methods

Method Description
__construct ( $cpc = null, $minCpc = null, $maxCpc = null, $cpm = null, $suggestedBudget = null, $minBudget = null, $maxBudget = null, $impressions = null, $currencyCode = 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 ( $cpc = null, $minCpc = null, $maxCpc = null, $cpm = null, $suggestedBudget = null, $minBudget = null, $maxBudget = null, $impressions = null, $currencyCode = 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

$cpc public property

public Money $cpc
return Money

$cpm public property

public Money $cpm
return Money

$currencyCode public property

public tnsCurrencyCode $currencyCode
return tnsCurrencyCode

$impressions public property

public int $impressions
return integer

$maxBudget public property

public Money $maxBudget
return Money

$maxCpc public property

public Money $maxCpc
return Money

$minBudget public property

public Money $minBudget
return Money

$minCpc public property

public Money $minCpc
return Money

$suggestedBudget public property

public Money $suggestedBudget
return Money