CreditsOperations interface
Interface representing a Credits operations.
Properties
| get | The credit summary by billingAccountId and billingProfileId. |
Property Details
get
The credit summary by billingAccountId and billingProfileId.
get: (billingAccountId: string, billingProfileId: string, options?: CreditsGetOptionalParams) => Promise<undefined | CreditSummary>
Property Value
(billingAccountId: string, billingProfileId: string, options?: CreditsGetOptionalParams) => Promise<undefined | CreditSummary>