Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ResourceRateCardInfo

Package version

interface

An interface representing ResourceRateCardInfo. Price and Metadata information for resources

Hierarchy

  • ResourceRateCardInfo

Index

Properties

Optional currency

currency: undefined | string
member

{string} [currency] The currency in which the rates are provided.

Optional isTaxIncluded

isTaxIncluded: undefined | false | true
member

{boolean} [isTaxIncluded] All rates are pretax, so this will always be returned as 'false'.

Optional locale

locale: undefined | string
member

{string} [locale] The culture in which the resource information is localized.

Optional meters

meters: MeterInfo[]
member

{MeterInfo[]} [meters] A list of meters.

Optional offerTerms

offerTerms: OfferTermInfoUnion[]
member

{OfferTermInfoUnion[]} [offerTerms] A list of offer terms.

Generated using TypeDoc