Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SkuCost

Package version

interface

An interface representing SkuCost. Describes metadata for SKU cost info.

Hierarchy

  • SkuCost

Index

Properties

Optional extendedUnit

extendedUnit: undefined | string
member

{string} [extendedUnit] The overall duration represented by the quantity. NOTE: This property will not be serialized. It can only be populated by the server.

Optional meterID

meterID: undefined | string
member

{string} [meterID] The meter used for this part of a SKU's cost. NOTE: This property will not be serialized. It can only be populated by the server.

Optional quantity

quantity: undefined | number
member

{number} [quantity] The multiplier for the meter ID. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc