CreditsOperations interface

Interface representando uma operação de créditos.

Propriedades

get

O resumo de crédito por billingAccountId e billingProfileId.

Detalhes da propriedade

get

O resumo de crédito por billingAccountId e billingProfileId.

get: (billingAccountId: string, billingProfileId: string, options?: CreditsGetOptionalParams) => Promise<undefined | CreditSummary>

Valor da propriedade

(billingAccountId: string, billingProfileId: string, options?: CreditsGetOptionalParams) => Promise<undefined | CreditSummary>