SavingsPlanOrdersOperations interface

Interface representing a SavingsPlanOrders operations.

Properties

getByBillingAccount

Get a savings plan order by billing account.

listByBillingAccount

List all Savings plan orders by billing account.

Property Details

getByBillingAccount

Get a savings plan order by billing account.

getByBillingAccount: (billingAccountName: string, savingsPlanOrderId: string, options?: SavingsPlanOrdersGetByBillingAccountOptionalParams) => Promise<SavingsPlanOrderModel>

Property Value

(billingAccountName: string, savingsPlanOrderId: string, options?: SavingsPlanOrdersGetByBillingAccountOptionalParams) => Promise<SavingsPlanOrderModel>

listByBillingAccount

List all Savings plan orders by billing account.

listByBillingAccount: (billingAccountName: string, options?: SavingsPlanOrdersListByBillingAccountOptionalParams) => PagedAsyncIterableIterator<SavingsPlanOrderModel, SavingsPlanOrderModel[], PageSettings>

Property Value

(billingAccountName: string, options?: SavingsPlanOrdersListByBillingAccountOptionalParams) => PagedAsyncIterableIterator<SavingsPlanOrderModel, SavingsPlanOrderModel[], PageSettings>