INPUT_OBJECT

CheckoutConfigurationInput

Inputs for checkoutConfiguration.

link GraphQL Schema definition

1input CheckoutConfigurationInput {
4
2# Whether the gift is anonymous.
3isAnonymous: Boolean
7
5# Whether the purchase is a gift.
6isGift: Boolean!
11
8# Whether the user is reactivating their subscription with a recurring or
9# non-recurring payment plan.
10isReactivateRecurring: Boolean
14
12# The number of gifts being purchased.
13mysteryGiftCount: Int
17
15# Payment's session tracking.
16paymentSession: PaymentSession
20
18# The ID of the gift recipient.
19recipientID: ID
23
21# The country code for tax purposes.
22taxCountryCode: String
24}