OBJECT

InternalChargeModelSelfEdge

The authenticated user's relationship with the internal charge model.

link GraphQL Schema definition

1type InternalChargeModelSelfEdge {
2
3# Contains information on the final checkout price of this offer.
4checkoutPrice(quantity: Int!, paymentProvider: PaymentProvider!): ProductPurchase
5
6}