PHP Class ManagedCustomer, googleads-php-lib

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

Public Properties

Property Type Description
$accountLabels AccountLabel[]
$canManageClients boolean
$companyName string
$currencyCode string
$customerId integer
$dateTimeZone string
$excludeHiddenAccounts boolean
$name string
$testAccount boolean

Public Methods

Method Description
__construct ( $name = null, $customerId = null, $canManageClients = null, $currencyCode = null, $dateTimeZone = null, $testAccount = null, $accountLabels = null, $excludeHiddenAccounts = null )
__construct ( $name = null, $companyName = null, $customerId = null, $canManageClients = null, $currencyCode = null, $dateTimeZone = null, $testAccount = null, $accountLabels = null, $excludeHiddenAccounts = 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 ( $name = null, $customerId = null, $canManageClients = null, $currencyCode = null, $dateTimeZone = null, $testAccount = null, $accountLabels = null, $excludeHiddenAccounts = null )

__construct() public method

public __construct ( $name = null, $companyName = null, $customerId = null, $canManageClients = null, $currencyCode = null, $dateTimeZone = null, $testAccount = null, $accountLabels = null, $excludeHiddenAccounts = 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

$accountLabels public_oe property

public AccountLabel[] $accountLabels
return AccountLabel[]

$canManageClients public_oe property

public bool $canManageClients
return boolean

$companyName public_oe property

public string $companyName
return string

$currencyCode public_oe property

public string $currencyCode
return string

$customerId public_oe property

public int $customerId
return integer

$dateTimeZone public_oe property

public string $dateTimeZone
return string

$excludeHiddenAccounts public_oe property

public bool $excludeHiddenAccounts
return boolean

$name public_oe property

public string $name
return string

$testAccount public_oe property

public bool $testAccount
return boolean