GraphQL OBJECT

PurchasePayload

Payload for the purchased product.

link Definition

  • type PurchasePayload {
  • # The updated purchase.
  • processedPurchase: Purchase
  • }

link Required by