GitHub

ShopifyShopPayInstallmentsFinancingPlan

Type

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

The financing plan in Shop Pay Installments.

interface ShopifyShopPayInstallmentsFinancingPlan {
  __typename: "ShopPayInstallmentsFinancingPlan"
  id: string
  maxPrice: ShopifyMoneyV2
  minPrice: ShopifyMoneyV2
  terms: ShopifyShopPayInstallmentsFinancingPlanTerm[]
}

Properties

__typename
"ShopPayInstallmentsFinancingPlan"
id
string

A globally-unique ID.

maxPrice
ShopifyMoneyV2

The maximum price to qualify for the financing plan.

minPrice
ShopifyMoneyV2

The minimum price to qualify for the financing plan.

terms
ShopifyShopPayInstallmentsFinancingPlanTerm[]

The terms of the financing plan.