Compartir a través de


Agreements interface

Interfaz que representa un contrato.

Métodos

get(string, string, AgreementsGetOptionalParams)

Obtiene un contrato por identificador.

listByBillingAccount(string, AgreementsListByBillingAccountOptionalParams)

Enumera los contratos de una cuenta de facturación.

Detalles del método

get(string, string, AgreementsGetOptionalParams)

Obtiene un contrato por identificador.

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

Parámetros

billingAccountName

string

Identificador que identifica de forma única una cuenta de facturación.

agreementName

string

Identificador que identifica de forma única un contrato.

options
AgreementsGetOptionalParams

Parámetros de opciones.

Devoluciones

Promise<Agreement>

listByBillingAccount(string, AgreementsListByBillingAccountOptionalParams)

Enumera los contratos de una cuenta de facturación.

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

Parámetros

billingAccountName

string

Identificador que identifica de forma única una cuenta de facturación.

options
AgreementsListByBillingAccountOptionalParams

Parámetros de opciones.

Devoluciones