Udostępnij przez


SavingsPlanOrders interface

Interfejs reprezentujący element SavingsPlanOrders.

Metody

getByBillingAccount(string, string, SavingsPlanOrdersGetByBillingAccountOptionalParams)

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

listByBillingAccount(string, SavingsPlanOrdersListByBillingAccountOptionalParams)

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

Szczegóły metody

getByBillingAccount(string, string, SavingsPlanOrdersGetByBillingAccountOptionalParams)

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

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

Parametry

billingAccountName

string

Identyfikator, który jednoznacznie identyfikuje konto rozliczeniowe.

savingsPlanOrderId

string

Identyfikator zamówienia planu oszczędnościowego

Zwraca

listByBillingAccount(string, SavingsPlanOrdersListByBillingAccountOptionalParams)

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

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

Parametry

billingAccountName

string

Identyfikator, który jednoznacznie identyfikuje konto rozliczeniowe.

Zwraca