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