import { Price } from '../../../order/Price';
/** Migration or address move offer promotion details */
export interface PromotionDetails {
    /** Promotion discount */
    discount: Price;
    /** Duration of the promotion, if applicable (only for recurrent billing) */
    duration?: string;
}
//# sourceMappingURL=PromotionDetails.d.ts.map