PHP Class BudgetSuggestion, googleads-php-lib

Afficher le fichier Open project: googleads/googleads-php-lib

Méthodes publiques

Свойство Type Description
$cpc Money
$cpm Money
$currencyCode tnsCurrencyCode
$impressions integer
$maxBudget Money
$maxCpc Money
$minBudget Money
$minCpc Money
$suggestedBudget Money

Méthodes publiques

Méthode 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 méthode

public __construct ( $cpc = null, $minCpc = null, $maxCpc = null, $cpm = null, $suggestedBudget = null, $minBudget = null, $maxBudget = null, $impressions = null, $currencyCode = null )

getNamespace() public méthode

Gets the namesapce of this class
public getNamespace ( ) : string
Résultat string the namespace of this class

getXsiTypeName() public méthode

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
Résultat string the xsi:type name of this class

Property Details

$cpc public_oe property

public Money $cpc
Résultat Money

$cpm public_oe property

public Money $cpm
Résultat Money

$currencyCode public_oe property

public tnsCurrencyCode $currencyCode
Résultat tnsCurrencyCode

$impressions public_oe property

public int $impressions
Résultat integer

$maxBudget public_oe property

public Money $maxBudget
Résultat Money

$maxCpc public_oe property

public Money $maxCpc
Résultat Money

$minBudget public_oe property

public Money $minBudget
Résultat Money

$minCpc public_oe property

public Money $minCpc
Résultat Money

$suggestedBudget public_oe property

public Money $suggestedBudget
Résultat Money