import { Price } from '../../order/Price';
/** Instance monthly billing details */
export interface InstanceMonthlyBilling {
    /** Monthly billing activation date */
    activatedOn: string;
    /** Cost */
    cost: Price;
}
//# sourceMappingURL=InstanceMonthlyBilling.d.ts.map