/**
 * AdvancedBilling
 *
 * This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
 */
import { Schema } from '../schema.js';
export interface CouponCurrency {
    id?: number | null;
    currency?: string;
    price?: number | null;
    couponId?: number;
    [key: string]: unknown;
}
export declare const couponCurrencySchema: Schema<CouponCurrency>;
//# sourceMappingURL=couponCurrency.d.ts.map