OBJECT

InternalChargeModel

InternalChargeModel defines a 1P price identifier for the offer.

link GraphQL Schema definition

1type InternalChargeModel {
2
3# The charge model plan. It will be omitted for consumable purchases (e.g. Bits).
4plan: ChargeModelPlan
5
6# Preview of the price.
7previewPrice: PriceInfo
8
9# The price identifier.
10priceID: ID!
11
12# The authenticated user's relationship with the internal charge model.
13self: InternalChargeModelSelfEdge
14
15}