import { ShopifyShopPayPaymentRequestTotalShippingPriceInput } from '@daffodil/driver/shopify'
The input fields to create a shipping total for a Shop Pay payment request.
interface ShopifyShopPayPaymentRequestTotalShippingPriceInput {
discounts: ShopifyShopPayPaymentRequestDiscountInput[]
finalTotal: ShopifyMoneyInput
originalTotal: ShopifyMoneyInput
}
discounts ShopifyShopPayPaymentRequestDiscountInput[] |
|---|
The discounts for the shipping total. The input must not contain more than |
finalTotal ShopifyMoneyInput |
|---|
The final total for the shipping total. |
originalTotal ShopifyMoneyInput |
|---|
The original total for the shipping total. |