UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 342 B
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