ICustomerUsageSpendingBudget Interface
Implements
public interface ICustomerUsageSpendingBudget extends IPartnerComponentString, IEntityGetOperations<SpendingBudget>, IEntityPatchOperations<SpendingBudget>
This interface defines the operations available on a customer's usage spending budget.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Spending |
get()
Retrieves the customer's usage spending budget. |
|
abstract
Spending |
patch(SpendingBudget spendingBudget)
Patches the customer's usage spending budget. |
Method Details
get
public abstract SpendingBudget get()
Retrieves the customer's usage spending budget.
Returns:
patch
public abstract SpendingBudget patch(SpendingBudget spendingBudget)
Patches the customer's usage spending budget.
Parameters:
Returns: