ResourceRateCardInfo interface
Price and Metadata information for resources
Properties
| currency | The currency in which the rates are provided. |
| is |
All rates are pretax, so this will always be returned as 'false'. |
| locale | The culture in which the resource information is localized. |
| meters | A list of meters. |
| offer |
A list of offer terms. |
Property Details
currency
The currency in which the rates are provided.
currency?: string
Property Value
string
isTaxIncluded
All rates are pretax, so this will always be returned as 'false'.
isTaxIncluded?: boolean
Property Value
boolean
locale
The culture in which the resource information is localized.
locale?: string
Property Value
string
meters
offerTerms
A list of offer terms.
offerTerms?: OfferTermInfoAutoGeneratedUnion[]