GitHub

ShopifyShopPayPaymentRequestShippingLine

Type

import { ShopifyShopPayPaymentRequestShippingLine } from '@daffodil/driver/shopify'

Represents a shipping line for a Shop Pay payment request.

interface ShopifyShopPayPaymentRequestShippingLine {
  __typename: "ShopPayPaymentRequestShippingLine"
  amount: ShopifyMoneyV2
  code: string
  label: string
}

Properties

__typename
"ShopPayPaymentRequestShippingLine"
amount
ShopifyMoneyV2

The amount for the shipping line.

code
string

The code of the shipping line.

label
string

The label of the shipping line.