GitHub

ShopifyShopPayInstallmentsProductVariantPricing

Type

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

The shop pay installments pricing information for a product variant.

interface ShopifyShopPayInstallmentsProductVariantPricing {
  __typename: "ShopPayInstallmentsProductVariantPricing"
  available: boolean
  eligible: boolean
  fullPrice: ShopifyMoneyV2
  id: string
  installmentsCount: ShopifyCount
  pricePerTerm: ShopifyMoneyV2
}

Properties

__typename
"ShopPayInstallmentsProductVariantPricing"
available
boolean

Whether the product variant is available.

eligible
boolean

Whether the product variant is eligible for Shop Pay Installments.

fullPrice
ShopifyMoneyV2

The full price of the product variant.

id
string

The ID of the product variant.

installmentsCount
ShopifyCount

The number of payment terms available for the product variant.

pricePerTerm
ShopifyMoneyV2

The price per term for the product variant.