/**
 * AdvancedBilling
 *
 * This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
 */
import { Schema } from '../schema.js';
import { MultiInvoicePayment } from './multiInvoicePayment.js';
export interface MultiInvoicePaymentResponse {
    payment: MultiInvoicePayment;
    [key: string]: unknown;
}
export declare const multiInvoicePaymentResponseSchema: Schema<MultiInvoicePaymentResponse>;
//# sourceMappingURL=multiInvoicePaymentResponse.d.ts.map