priceQualifier property

String? priceQualifier
getter/setter pair

The price qualifier of the price asset. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "FROM" : 'From' qualifier for the price.
  • "UP_TO" : 'Up to' qualifier for the price.
  • "AVERAGE" : 'Average' qualifier for the price.

Implementation

core.String? priceQualifier;