Sdílet prostřednictvím


Agreements interface

Rozhraní představující smlouvy.

Metody

get(string, string, AgreementsGetOptionalParams)

Získá smlouvu podle ID.

listByBillingAccount(string, AgreementsListByBillingAccountOptionalParams)

Zobrazí seznam smluv pro fakturační účet.

Podrobnosti metody

get(string, string, AgreementsGetOptionalParams)

Získá smlouvu podle ID.

function get(billingAccountName: string, agreementName: string, options?: AgreementsGetOptionalParams): Promise<Agreement>

Parametry

billingAccountName

string

ID, které jednoznačně identifikuje fakturační účet.

agreementName

string

ID, které jednoznačně identifikuje smlouvu.

options
AgreementsGetOptionalParams

Parametry možností.

Návraty

Promise<Agreement>

listByBillingAccount(string, AgreementsListByBillingAccountOptionalParams)

Zobrazí seznam smluv pro fakturační účet.

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

Parametry

billingAccountName

string

ID, které jednoznačně identifikuje fakturační účet.

options
AgreementsListByBillingAccountOptionalParams

Parametry možností.

Návraty