PriceInfo
type PriceInfo {
pagePrice: Float!
priceCategory: PriceCategory!
}
Fields
PriceInfo.pagePrice
● Float!
non-null scalar
@exposed(scopes: ['docviewer'])
PriceInfo.priceCategory
● PriceCategory!
non-null enum
@exposed(scopes: ['docviewer'])
Member of
BrokerResearchDocumentType
object