SavingsPlanOrders interface
Interface representing a SavingsPlanOrders.
Methods
get |
Get a savings plan order by billing account. |
list |
List all Savings plan orders by billing account. |
Method Details
getByBillingAccount(string, string, SavingsPlanOrdersGetByBillingAccountOptionalParams)
Get a savings plan order by billing account.
function getByBillingAccount(billingAccountName: string, savingsPlanOrderId: string, options?: SavingsPlanOrdersGetByBillingAccountOptionalParams): Promise<SavingsPlanOrderModel>
Parameters
- billingAccountName
-
string
The ID that uniquely identifies a billing account.
- savingsPlanOrderId
-
string
Order ID of the savings plan
The options parameters.
Returns
Promise<SavingsPlanOrderModel>
listByBillingAccount(string, SavingsPlanOrdersListByBillingAccountOptionalParams)
List all Savings plan orders by billing account.
function listByBillingAccount(billingAccountName: string, options?: SavingsPlanOrdersListByBillingAccountOptionalParams): PagedAsyncIterableIterator<SavingsPlanOrderModel, SavingsPlanOrderModel[], PageSettings>
Parameters
- billingAccountName
-
string
The ID that uniquely identifies a billing account.
The options parameters.