CreditsOperations interface
Interfaz que representa una operación de créditos.
Propiedades
| get | Resumen de crédito por billingAccountId y billingProfileId. |
Detalles de las propiedades
get
Resumen de crédito por billingAccountId y billingProfileId.
get: (billingAccountId: string, billingProfileId: string, options?: CreditsGetOptionalParams) => Promise<undefined | CreditSummary>
Valor de propiedad
(billingAccountId: string, billingProfileId: string, options?: CreditsGetOptionalParams) => Promise<undefined | CreditSummary>