ItemPrice
No description
type ItemPrice {
id: ID!
currencyCode: String!
priceInCents: Int
suggestedRetailPriceInCents: Int
instructorAccessPriceInCents: Int
annualPriceInCents: Int
variations: [ItemPriceVariation!]!
}
Fields
ItemPrice.id ● ID! non-null scalar
ItemPrice.currencyCode ● String! non-null scalar
ItemPrice.priceInCents ● Int scalar
ItemPrice.suggestedRetailPriceInCents ● Int scalar
ItemPrice.instructorAccessPriceInCents ● Int scalar
ItemPrice.annualPriceInCents ● Int scalar
ItemPrice.variations ● [ItemPriceVariation!]! non-null object
Member of
Course object ● LearningPath object