PHP Class Budget, googleads-php-lib

Inheritance: extends Eloquent
Show file Open project: googleads/googleads-php-lib Class Usage Examples

Public Properties

Property Type Description
$amount Money
$budgetId integer
$deliveryMethod tnsBudgetBudgetDeliveryMethod
$isExplicitlyShared boolean
$name string
$referenceCount integer
$status tnsBudgetBudgetStatus

Public Methods

Method Description
__construct ( $budgetId = null, $name = null, $amount = null, $deliveryMethod = null, $referenceCount = null, $isExplicitlyShared = null, $status = 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 ( $budgetId = null, $name = null, $amount = null, $deliveryMethod = null, $referenceCount = null, $isExplicitlyShared = null, $status = 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

$amount public property

public Money $amount
return Money

$budgetId public property

public int $budgetId
return integer

$deliveryMethod public property

public tnsBudgetBudgetDeliveryMethod $deliveryMethod
return tnsBudgetBudgetDeliveryMethod

$isExplicitlyShared public property

public bool $isExplicitlyShared
return boolean

$name public property

public string $name
return string

$referenceCount public property

public int $referenceCount
return integer

$status public property

public tnsBudgetBudgetStatus $status
return tnsBudgetBudgetStatus