import { Price } from '../order/Price';
/** Show the deconsolidation terms */
export interface DeconsolidationTerms {
    /** Duration of month the access will be engaged */
    engagement: number;
    /** Price with it's currency and textual representation */
    monthlyPrice: Price;
    /** Price with it's currency and textual representation */
    price: Price;
}
//# sourceMappingURL=DeconsolidationTerms.d.ts.map