SavingsPlanOrdersOperations interface

Interfejs reprezentujący operacje SavingsPlanOrders.

Właściwości

getByBillingAccount

Uzyskaj zamówienie planu oszczędnościowego według konta rozliczeniowego.

listByBillingAccount

Wyświetl listę wszystkich zamówień planu oszczędności według konta rozliczeniowego.

Szczegóły właściwości

getByBillingAccount

Uzyskaj zamówienie planu oszczędnościowego według konta rozliczeniowego.

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

Wartość właściwości

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

listByBillingAccount

Wyświetl listę wszystkich zamówień planu oszczędności według konta rozliczeniowego.

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

Wartość właściwości

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