import type * as Square from "../index"; export interface PayoutFailedEventData { /** The name of the affected object's type, `payout`. */ type?: string | null; /** The ID of the failed payout. */ id?: string; /** An object containing the failed payout. */ object?: Square.PayoutFailedEventObject; }