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
.
Property | Type | Description | |
---|---|---|---|
$operations | BudgetOrderOperation[] |
Method | Description | |
---|---|---|
__construct ( $operations = null ) | ||
getNamespace ( ) : string | Gets the namesapce of this class | |
getXsiTypeName ( ) : string | Gets the xsi:type name of this class |
public getNamespace ( ) : string | ||
return | string | the namespace of this class |
public getXsiTypeName ( ) : string | ||
return | string | the xsi:type name of this class |