# ShopPayInstallmentsFinancingPlanTerm - storefront - OBJECT Version: 2024-10 ## Description The terms of the financing plan in Shop Pay Installments. ### Access Scopes `unauthenticated_read_checkouts` access scope. ## Fields * [apr](/docs/api/storefront/2024-10/scalars/Int): Int! - The annual percentage rate (APR) of the financing plan. * [frequency](/docs/api/storefront/2024-10/enums/ShopPayInstallmentsFinancingPlanFrequency): ShopPayInstallmentsFinancingPlanFrequency! - The payment frequency for the financing plan. * [id](/docs/api/storefront/2024-10/scalars/ID): ID! - A globally-unique ID. * [installmentsCount](/docs/api/storefront/2024-10/objects/Count): Count - The number of installments for the financing plan. * [loanType](/docs/api/storefront/2024-10/enums/ShopPayInstallmentsLoan): ShopPayInstallmentsLoan! - The type of loan for the financing plan. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples