INPUT_OBJECT

PaymentSession

Inputs for PaymentSession.

link GraphQL Schema definition

1input PaymentSession {
4
2# Payment's Tracking Checkout ID.
3checkoutSessionID: ID
7
5# User's device ID.
6deviceID: ID
10
8# Twilight's storage device ID.
9localStorageDeviceID: ID
13
11# Offer Session ID.
12offerSessionID: ID
16
14# Twilight's Page Session ID.
15pageSessionID: ID
19
17# Twilight's Tab Session ID.
18tabSessionID: ID
20}