import type * as Square from "../index"; export interface PayoutPaidEventData { /** Name of the affected object’s type, `"payout"`. */ type?: string | null; /** ID of the completed payout. */ id?: string; /** An object containing the completed payout. */ object?: Square.PayoutPaidEventObject; }