GitHub

ShopifyShopPayPaymentRequestDiscount

Type

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

Represents a discount for a Shop Pay payment request.

interface ShopifyShopPayPaymentRequestDiscount {
  __typename: "ShopPayPaymentRequestDiscount"
  amount: ShopifyMoneyV2
  label: string
}

Properties

__typename
"ShopPayPaymentRequestDiscount"
amount
ShopifyMoneyV2

The amount of the discount.

label
string

The label of the discount.