import { ShopifyShopPayPaymentRequestDiscount } from '@daffodil/driver/shopify'
Represents a discount for a Shop Pay payment request.
interface ShopifyShopPayPaymentRequestDiscount {
__typename: "ShopPayPaymentRequestDiscount"
amount: ShopifyMoneyV2
label: string
}
__typename "ShopPayPaymentRequestDiscount" |
|---|
amount ShopifyMoneyV2 |
|---|
The amount of the discount. |
label string |
|---|
The label of the discount. |