PHP Class BudgetOrderServiceMutate, googleads-php-lib

Mutates BudgetOrders, supported operations are:

ADD: Adds a {@link BudgetOrder} to the billing account specified by the billing account ID.

SET: Sets the start/end date and amount of the {@link BudgetOrder}.

REMOVE: Cancels the {@link BudgetOrder} (status change).

Warning: The BudgetOrderService is limited to one operation per mutate request. Any attempt to make more than one operation will result in an ApiException.

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

Public Properties

Property Type Description
$operations BudgetOrderOperation[]

Public Methods

Method Description
__construct ( $operations = 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 ( $operations = 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

$operations public property

public BudgetOrderOperation[] $operations
return BudgetOrderOperation[]