import { ShopifyShopPayInstallmentsFinancingPlanFrequency } from '@daffodil/driver/shopify'
The payment frequency for a Shop Pay Installments Financing Plan.
enum ShopifyShopPayInstallmentsFinancingPlanFrequency {
Monthly = ShopifyShopPayInstallmentsFinancingPlanFrequency.Monthly,
Weekly = ShopifyShopPayInstallmentsFinancingPlanFrequency.Weekly,
}
Monthly ShopifyShopPayInstallmentsFinancingPlanFrequency.Monthly |
|---|
Monthly payment frequency. |
Weekly ShopifyShopPayInstallmentsFinancingPlanFrequency.Weekly |
|---|
Weekly payment frequency. |