GitHub

ShopifyShopPayInstallmentsLoan

Type

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

The loan type for a Shop Pay Installments Financing Plan Term.

enum ShopifyShopPayInstallmentsLoan {
  Interest = ShopifyShopPayInstallmentsLoan.Interest,
  SplitPay = ShopifyShopPayInstallmentsLoan.SplitPay,
  ZeroPercent = ShopifyShopPayInstallmentsLoan.ZeroPercent,
}

Properties

Interest
ShopifyShopPayInstallmentsLoan.Interest

An interest-bearing loan type.

SplitPay
ShopifyShopPayInstallmentsLoan.SplitPay

A split-pay loan type.

ZeroPercent
ShopifyShopPayInstallmentsLoan.ZeroPercent

A zero-percent loan type.