RateCards Interface
public interface RateCards
Resource collection API of RateCards.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Resource |
get(String filter)
Enables you to query for the resource/meter metadata and related prices used in a given subscription by Offer ID, Currency, Locale and Region. |
|
abstract
Response<Resource |
getWithResponse(String filter, Context context)
Enables you to query for the resource/meter metadata and related prices used in a given subscription by Offer ID, Currency, Locale and Region. |
Method Details
get
public abstract ResourceRateCardInfo get(String filter)
Enables you to query for the resource/meter metadata and related prices used in a given subscription by Offer ID, Currency, Locale and Region. The metadata associated with the billing meters, including but not limited to service names, types, resources, units of measure, and regions, is subject to change at any time and without notice. If you intend to use this billing data in an automated fashion, please use the billing meter GUID to uniquely identify each billable item. If the billing meter GUID is scheduled to change due to a new billing model, you will be notified in advance of the change.
Parameters:
Returns:
getWithResponse
public abstract Response<ResourceRateCardInfo> getWithResponse(String filter, Context context)
Enables you to query for the resource/meter metadata and related prices used in a given subscription by Offer ID, Currency, Locale and Region. The metadata associated with the billing meters, including but not limited to service names, types, resources, units of measure, and regions, is subject to change at any time and without notice. If you intend to use this billing data in an automated fashion, please use the billing meter GUID to uniquely identify each billable item. If the billing meter GUID is scheduled to change due to a new billing model, you will be notified in advance of the change.
Parameters:
Returns: