/**
 * AdvancedBilling
 *
 * This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
 */
import { Schema } from '../schema.js';
export interface InvoicePayer {
    chargifyId?: number;
    firstName?: string;
    lastName?: string;
    organization?: string | null;
    email?: string;
    vatNumber?: string | null;
    [key: string]: unknown;
}
export declare const invoicePayerSchema: Schema<InvoicePayer>;
//# sourceMappingURL=invoicePayer.d.ts.map