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