INPUT_OBJECT

IOSReceiptDataInput

IOSReceiptDataInput contains the necessary fields to pass in iOS purchase receipt data.

link GraphQL Schema definition

1input IOSReceiptDataInput {
5
2# The encrypted receipt of an iOS purchase, signed by Apple. Required to process
3# any iOS payment.
4signedReceipt: String!
8
6# The external transaction ID.
7extTransactionID: ID!
9}