import type * as Square from "../index"; export interface PaymentLinkRelatedResources { /** The order associated with the payment link. */ orders?: Square.Order[] | null; /** The subscription plan associated with the payment link. */ subscriptionPlans?: Square.CatalogObject[] | null; }