import { ShopifyShopPayPaymentRequestSessionCreatePayload } from '@daffodil/driver/shopify'
Return type for shopPayPaymentRequestSessionCreate mutation.
interface ShopifyShopPayPaymentRequestSessionCreatePayload {
__typename: "ShopPayPaymentRequestSessionCreatePayload"
shopPayPaymentRequestSession: ShopifyShopPayPaymentRequestSession
userErrors: ShopifyUserErrorsShopPayPaymentRequestSessionUserErrors[]
}
__typename "ShopPayPaymentRequestSessionCreatePayload" |
|---|
shopPayPaymentRequestSession ShopifyShopPayPaymentRequestSession |
|---|
The new Shop Pay payment request session object. |
userErrors ShopifyUserErrorsShopPayPaymentRequestSessionUserErrors[] |
|---|
Error codes for failed Shop Pay payment request session mutations. |