/** * This file was auto-generated by Fern from our API Definition. */ import * as Abound from "../../../../index"; /** * @example * { * body: { * payee: { * name: "Ada Lovelace", * tin: "000000000", * address: "1401 N Shoreline Blvd", * address2: "Suite 1", * city: "Mountain View", * state: "CA", * postalCode: "94043", * country: "US" * }, * formFields: { * cropInsuranceProceeds: 97109, * excessGoldenParachutePayments: 97109, * federalIncomeTaxWithheld: 0, * fishPurchasedForResale: 97109, * fishingBoatProceeds: 97109, * grossProceedsPaidToAnAttorney: 97109, * hasDirectSalesOver5000: false, * hasFatcaFilingRequirement: true, * medicalAndHealthCarePayments: 97109, * nonqualifiedDeferredCompensation: 97109, * substitutePaymentsInLieuOfDividendsOrInterest: 97109, * otherIncome: 97109, * rents: 10000, * royalties: 97109, * section409ADeferrals: 97109, * accountNumber: "A00AskD1ZTO4YB8oBHav", * stateTaxInfo: [{ * filingState: "CA", * stateIncome: 258434 * }] * } * } * } */ export interface Form1099MiscCorrectRequest { "Idempotency-Key"?: Abound.types.IdempotencyKey | undefined; body: Abound.Form1099MiscCorrectRequestSchema; }