GitHub

ShopifyShopPayPaymentRequestReceipt

Type

import { ShopifyShopPayPaymentRequestReceipt } from '@daffodil/driver/shopify'

Represents a receipt for a Shop Pay payment request.

interface ShopifyShopPayPaymentRequestReceipt {
  __typename: "ShopPayPaymentRequestReceipt"
  paymentRequest: ShopifyShopPayPaymentRequest
  processingStatusType: string
  token: string
}

Properties

__typename
"ShopPayPaymentRequestReceipt"
paymentRequest
ShopifyShopPayPaymentRequest

The payment request object.

processingStatusType
string

The processing status.

token
string

The token of the receipt.