GitHub

ShopifyShopPayPaymentRequestDeliveryMethodInput

Type

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

The input fields to create a delivery method for a Shop Pay payment request.

interface ShopifyShopPayPaymentRequestDeliveryMethodInput {
  amount: ShopifyMoneyInput
  code: string
  deliveryExpectationLabel: string
  detail: string
  label: string
  maxDeliveryDate: InputMaybe<Scalars['ISO8601DateTime']['input']>
  minDeliveryDate: InputMaybe<Scalars['ISO8601DateTime']['input']>
}

Properties

amount
ShopifyMoneyInput

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
InputMaybe<Scalars['ISO8601DateTime']['input']>

The maximum delivery date for the delivery method.

minDeliveryDate
InputMaybe<Scalars['ISO8601DateTime']['input']>

The minimum delivery date for the delivery method.