PriceInfoInput
The parameters for the license pricing.
input PriceInfoInput {
amount: String!
currency: Currency!
}
Fields
PriceInfoInput.amount
● String!
non-null scalar
The price that was paid for the license, as a string (eg. 12.99).
PriceInfoInput.currency
● Currency!
non-null scalar
The currency in which the amount was paid.
Member of
LicenseInput
input