GitHub

ShopifyShopPayPaymentRequestInput

Type

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

The input fields represent a Shop Pay payment request.

Properties

deliveryMethods
ShopifyShopPayPaymentRequestDeliveryMethodInput[]

The delivery methods for the payment request.

The input must not contain more than 250 values.

discountCodes
string[]

The discount codes for the payment request.

The input must not contain more than 250 values.

discounts
ShopifyShopPayPaymentRequestDiscountInput[]

The discounts for the payment request order.

The input must not contain more than 250 values.

lineItems
ShopifyShopPayPaymentRequestLineItemInput[]

The line items for the payment request.

The input must not contain more than 250 values.

locale
string

The locale for the payment request.

paymentMethod
string

The encrypted payment method for the payment request.

presentmentCurrency
ShopifyCurrencyCode

The presentment currency for the payment request.

selectedDeliveryMethodType
ShopifyShopPayPaymentRequestDeliveryMethodType

The delivery method type for the payment request.

shippingLines
ShopifyShopPayPaymentRequestShippingLineInput[]

The shipping lines for the payment request.

The input must not contain more than 250 values.

subtotal
ShopifyMoneyInput

The subtotal amount for the payment request.

total
ShopifyMoneyInput

The total amount for the payment request.

totalShippingPrice
ShopifyShopPayPaymentRequestTotalShippingPriceInput

The total shipping price for the payment request.

totalTax
ShopifyMoneyInput

The total tax for the payment request.