import type * as Square from "../index"; export interface CatalogObjectQuickAmountsSettings extends Square.CatalogObjectBase { /** Structured data for a `CatalogQuickAmountsSettings`, set for CatalogObjects of type `QUICK_AMOUNTS_SETTINGS`. */ quickAmountsSettingsData?: Square.CatalogQuickAmountsSettings; }