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