/** * 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: { * accountNumber: "A0MCFOfvWWL7AVtwrhiU", * aggregateGrossAmount: 25655553, * aggregateGrossAmountCardNotPresent: 25655553, * federalIncomeTaxWithheld: 0, * merchantCategoryCode: "4582", * numberOfPaymentTransactions: 767, * pseName: "Payment Entity", * payerClassification: "PSE", * transactionsReportedClassification: "PAYMENT_CARD", * psePhoneNumber: "+15555555555", * grossAmountsByMonth: { * april: 2332323, * august: 2332323, * december: 2332323, * february: 2332323, * january: 0, * july: 2332323, * june: 2332323, * march: 2332323, * may: 2332323, * november: 2332323, * october: 2332323, * september: 2332323 * }, * stateTaxInfo: [{ * filingState: "CA" * }] * } * } * } */ export interface Form1099KCorrectRequest { "Idempotency-Key"?: Abound.types.IdempotencyKey | undefined; body: Abound.Form1099KCorrectRequestSchema; }