PHP Class ShoppingSetting, googleads-php-lib

Encapsulates a merchant ID, sales country, and campaign priority.
Inheritance: extends Setting
Afficher le fichier Open project: googleads/googleads-php-lib

Méthodes publiques

Свойство Type Description
$campaignPriority integer
$enableLocal boolean
$merchantId integer
$salesCountry string

Méthodes publiques

Méthode Description
__construct ( $merchantId = null, $salesCountry = null, $campaignPriority = null, $enableLocal = null, $SettingType = 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 ( $merchantId = null, $salesCountry = null, $campaignPriority = null, $enableLocal = null, $SettingType = 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

$campaignPriority public_oe property

public int $campaignPriority
Résultat integer

$enableLocal public_oe property

public bool $enableLocal
Résultat boolean

$merchantId public_oe property

public int $merchantId
Résultat integer

$salesCountry public_oe property

public string $salesCountry
Résultat string