Partager via


SavingsPlanOrders interface

Interface représentant un SavingsPlanOrders.

Méthodes

getByBillingAccount(string, string, SavingsPlanOrdersGetByBillingAccountOptionalParams)

Obtenez une commande de plan d’épargne par compte de facturation.

listByBillingAccount(string, SavingsPlanOrdersListByBillingAccountOptionalParams)

Répertoriez toutes les commandes du plan d’épargne par compte de facturation.

Détails de la méthode

getByBillingAccount(string, string, SavingsPlanOrdersGetByBillingAccountOptionalParams)

Obtenez une commande de plan d’épargne par compte de facturation.

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

Paramètres

billingAccountName

string

ID qui identifie de façon unique un compte de facturation.

savingsPlanOrderId

string

ID de commande du plan d’épargne

options
SavingsPlanOrdersGetByBillingAccountOptionalParams

Paramètres d’options.

Retours

listByBillingAccount(string, SavingsPlanOrdersListByBillingAccountOptionalParams)

Répertoriez toutes les commandes du plan d’épargne par compte de facturation.

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

Paramètres

billingAccountName

string

ID qui identifie de façon unique un compte de facturation.

options
SavingsPlanOrdersListByBillingAccountOptionalParams

Paramètres d’options.

Retours