SavingsPlanOrders interface
Interfejs reprezentujący element SavingsPlanOrders.
Metody
| get |
Uzyskaj zamówienie planu oszczędnościowego według konta rozliczeniowego. |
| list |
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
Parametry opcji.
Zwraca
Promise<SavingsPlanOrderModel>
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.
Parametry opcji.