GitHub

ShopifyShopPayPaymentRequestDeliveryMethod

Type

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

Represents a delivery method for a Shop Pay payment request.

interface ShopifyShopPayPaymentRequestDeliveryMethod {
  __typename: "ShopPayPaymentRequestDeliveryMethod"
  amount: ShopifyMoneyV2
  code: string
  deliveryExpectationLabel: string
  detail: string
  label: string
  maxDeliveryDate: Maybe<Scalars['ISO8601DateTime']['output']>
  minDeliveryDate: Maybe<Scalars['ISO8601DateTime']['output']>
}

Properties

__typename
"ShopPayPaymentRequestDeliveryMethod"
amount
ShopifyMoneyV2

The amount for the delivery method.

code
string

The code of the delivery method.

deliveryExpectationLabel
string

The detail about when the delivery may be expected.

detail
string

The detail of the delivery method.

label
string

The label of the delivery method.

maxDeliveryDate
Maybe<Scalars['ISO8601DateTime']['output']>

The maximum delivery date for the delivery method.

minDeliveryDate
Maybe<Scalars['ISO8601DateTime']['output']>

The minimum delivery date for the delivery method.