import { ShopifyShopPayPaymentRequestDiscountInput } from '@daffodil/driver/shopify'
The input fields to create a discount for a Shop Pay payment request.
interface ShopifyShopPayPaymentRequestDiscountInput {
amount: ShopifyMoneyInput
label: string
}
amount ShopifyMoneyInput |
|---|
The amount of the discount. |
label string |
|---|
The label of the discount. |