/**
 * AdvancedBilling
 *
 * This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
 */
import { Schema } from '../schema.js';
/**
 * Enum for InvoicePaymentType
 */
export declare enum InvoicePaymentType {
    External = "external",
    Prepayment = "prepayment",
    ServiceCredit = "service_credit",
    Payment = "payment"
}
/**
 * Schema for InvoicePaymentType
 */
export declare const invoicePaymentTypeSchema: Schema<InvoicePaymentType>;
//# sourceMappingURL=invoicePaymentType.d.ts.map