--- title: ShopPayInstallmentsFinancingPlanTerm - Storefront API description: The terms of the financing plan in Shop Pay Installments. api_version: unstable api_name: storefront source_url: html: https://shopify.dev/docs/api/storefront/unstable/objects/shoppayinstallmentsfinancingplanterm md: https://shopify.dev/docs/api/storefront/unstable/objects/shoppayinstallmentsfinancingplanterm.md --- # Shop​Pay​Installments​Financing​Plan​Term object Requires `unauthenticated_read_checkouts` access scope. The terms of the financing plan in Shop Pay Installments. ## Fields * apr [Int!](https://shopify.dev/docs/api/storefront/unstable/scalars/Int) non-null Token access required The annual percentage rate (APR) of the financing plan. * frequency [Shop​Pay​Installments​Financing​Plan​Frequency!](https://shopify.dev/docs/api/storefront/unstable/enums/ShopPayInstallmentsFinancingPlanFrequency) non-null Token access required The payment frequency for the financing plan. * id [ID!](https://shopify.dev/docs/api/storefront/unstable/scalars/ID) non-null Token access required A globally-unique ID. * installments​Count [Count](https://shopify.dev/docs/api/storefront/unstable/objects/Count) Token access required The number of installments for the financing plan. * loan​Type [Shop​Pay​Installments​Loan!](https://shopify.dev/docs/api/storefront/unstable/enums/ShopPayInstallmentsLoan) non-null Token access required The type of loan for the financing plan. *** ## Map ### Fields with this object * {}[ShopPayInstallmentsFinancingPlan.terms](https://shopify.dev/docs/api/storefront/unstable/objects/ShopPayInstallmentsFinancingPlan#field-ShopPayInstallmentsFinancingPlan.fields.terms) *** ## Interfaces * [Node](https://shopify.dev/docs/api/storefront/unstable/interfaces/Node) interface *** ## ||-ShopPayInstallmentsFinancingPlanTerm Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/storefront/unstable/interfaces/Node)