GitHub

ShopifyShopPayInstallmentsFinancingPlanTerm

Type

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

The terms of the financing plan in Shop Pay Installments.

interface ShopifyShopPayInstallmentsFinancingPlanTerm {
  __typename: "ShopPayInstallmentsFinancingPlanTerm"
  apr: number
  frequency: ShopifyShopPayInstallmentsFinancingPlanFrequency
  id: string
  installmentsCount: ShopifyCount
  loanType: ShopifyShopPayInstallmentsLoan
}

Properties

__typename
"ShopPayInstallmentsFinancingPlanTerm"
apr
number

The annual percentage rate (APR) of the financing plan.

frequency
ShopifyShopPayInstallmentsFinancingPlanFrequency

The payment frequency for the financing plan.

id
string

A globally-unique ID.

installmentsCount
ShopifyCount

The number of installments for the financing plan.

loanType
ShopifyShopPayInstallmentsLoan

The type of loan for the financing plan.