SavingsPlanOrders interface

Interface representing a SavingsPlanOrders.

Methods

getByBillingAccount(string, string, SavingsPlanOrdersGetByBillingAccountOptionalParams)

Get a savings plan order by billing account.

listByBillingAccount(string, SavingsPlanOrdersListByBillingAccountOptionalParams)

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

options
SavingsPlanOrdersGetByBillingAccountOptionalParams

The options parameters.

Returns

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.

options
SavingsPlanOrdersListByBillingAccountOptionalParams

The options parameters.

Returns