import { ShopifyShopPayPaymentRequestTotalShippingPrice } from '@daffodil/driver/shopify'
Represents a shipping total for a Shop Pay payment request.
interface ShopifyShopPayPaymentRequestTotalShippingPrice {
__typename: "ShopPayPaymentRequestTotalShippingPrice"
discounts: ShopifyShopPayPaymentRequestDiscount[]
finalTotal: ShopifyMoneyV2
originalTotal: ShopifyMoneyV2
}
__typename "ShopPayPaymentRequestTotalShippingPrice" |
|---|
discounts ShopifyShopPayPaymentRequestDiscount[] |
|---|
The discounts for the shipping total. |
finalTotal ShopifyMoneyV2 |
|---|
The final total for the shipping total. |
originalTotal ShopifyMoneyV2 |
|---|
The original total for the shipping total. |