import type * as Square from "../index"; export interface MerchantSettingsUpdatedEventData { /** Name of the updated object’s type, `"online_checkout.merchant_settings"`. */ type?: string | null; /** ID of the updated merchant settings. */ id?: string; /** An object containing the updated merchant settings. */ object?: Square.MerchantSettingsUpdatedEventObject; }