GitHub

ShopifyShopPayInstallmentsPricing

Type

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

The result for a Shop Pay Installments pricing request.

interface ShopifyShopPayInstallmentsPricing {
  __typename: "ShopPayInstallmentsPricing"
  financingPlans: ShopifyShopPayInstallmentsFinancingPlan[]
  maxPrice: ShopifyMoneyV2
  minPrice: ShopifyMoneyV2
}

Properties

__typename
"ShopPayInstallmentsPricing"
financingPlans
ShopifyShopPayInstallmentsFinancingPlan[]

The financing plans available for the given price range.

maxPrice
ShopifyMoneyV2

The maximum price to qualify for financing.

minPrice
ShopifyMoneyV2

The minimum price to qualify for financing.