PriceInfo
Describes how much was paid for the license.
type PriceInfo {
amount: String!
currency: Currency!
}
Fields
PriceInfo.amount
● String!
non-null scalar
The price that was paid for the license, as a string (eg. 12.99).
PriceInfo.currency
● Currency!
non-null scalar
The currency in which the license was purchased.
Member of
License
object