OBJECT
CheckoutConfiguration
Configs that help initiate the bits checkout flow.
link GraphQL Schema definition
1 type CheckoutConfiguration { 2 3 # Contains configuration (e.g. iFrameURL) to enable completing purchases via 4 # Xsolla, a payment provider. 5 ( 6 : PurchaseableProductType, 7 : ID, 8 : [OfferTagBindingInput!], 9 : Int, 10 : [ID!], 11 : String, 12 : PaymentSession, 13 : Boolean 14 ): Xsolla 15 16 }