OBJECT
BitsProductPurchaseInfo
Contains the Bits product's preview price and tax info for a Bits purchase, and error if a preview cannot be created.
link GraphQL Schema definition
1 type BitsProductPurchaseInfo { 2 3 # Lists any additional actions for a bits checkout session. 4 : [CheckoutAction!]! 5 6 # The error is present if purchase info failed to be retrieved. 7 : BitsProductPurchaseInfoError 8 9 # Gets the preview price and tax info for the Bits purchase. 10 : PriceInfo 11 12 }