SavingsPlanOrders interface
表示 SavingsPlanOrders 的接口。
方法
方法详细信息
getByBillingAccount(string, string, SavingsPlanOrdersGetByBillingAccountOptionalParams)
按计费帐户获取储蓄计划订单。
function getByBillingAccount(billingAccountName: string, savingsPlanOrderId: string, options?: SavingsPlanOrdersGetByBillingAccountOptionalParams): Promise<SavingsPlanOrderModel>
参数
- billingAccountName
-
string
唯一标识计费帐户的 ID。
- savingsPlanOrderId
-
string
保存计划的顺序 ID
选项参数。
返回
Promise<SavingsPlanOrderModel>
listByBillingAccount(string, SavingsPlanOrdersListByBillingAccountOptionalParams)
按计费帐户列出所有储蓄计划订单。
function listByBillingAccount(billingAccountName: string, options?: SavingsPlanOrdersListByBillingAccountOptionalParams): PagedAsyncIterableIterator<SavingsPlanOrderModel, SavingsPlanOrderModel[], PageSettings>
参数
- billingAccountName
-
string
唯一标识计费帐户的 ID。
选项参数。