/** * This file was auto-generated by Fern from our API Definition. */ import * as Abound from "../../../../index"; /** * @example * { * body: { * payee: { * name: "Ada Lovelace", * address: "1401 N Shoreline Blvd", * address2: "Suite 1", * city: "Mountain View", * country: "US", * postalCode: "94043", * state: "CA", * tin: "000000000", * tinType: "INDIVIDUAL" * }, * formFields: { * taxClassification: "INDIVIDUAL", * isSubjectToBackupWithholding: false, * electronicSignature: { * signature: "Ada Lovelace", * printedName: "Ada Lovelace", * signedAt: "2024-01-01T00:00:00.000Z", * ipAddress: "127.0.0.1" * } * } * } * } */ export interface FormW9RequestSchema { "Idempotency-Key"?: Abound.types.IdempotencyKey | undefined; body: Abound.W9RequestSchema; }