import type * as Square from "../index"; export interface CatalogObjectSubscriptionPlan extends Square.CatalogObjectBase { /** Structured data for a `CatalogSubscriptionPlan`, set for CatalogObjects of type `SUBSCRIPTION_PLAN`. */ subscriptionPlanData?: Square.CatalogSubscriptionPlan; }