Interface BillingCredits
- All Known Implementing Classes:
BillingCreditsImpl
public interface BillingCredits
Client interface for accessing billing credits in the Equinix Customer Portal.
Provides read-only operations to list and retrieve billing credit entries
applied to the customer account.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves a specific billing credit by its unique identifier.list()Lists all billing credits for the current account.
-
Method Details
-
list
PaginatedList<BillingCredit> list()Lists all billing credits for the current account.- Returns:
- a paginated list of billing credits
-
getByUuid
Retrieves a specific billing credit by its unique identifier.- Parameters:
uuid- the unique identifier of the billing credit- Returns:
- the matching billing credit
-