/** Missing description */
export interface DomainPacksCreation {
    /** Domain name to order */
    domain: string;
    /** Duration selected for the purchase of the product */
    duration: string;
    /** Identifier of the Domain Packs offer (AllDom) */
    planCode: string;
    /** Pricing mode selected for the purchase of the product */
    pricingMode: string;
    /** Quantity of product desired */
    quantity: number;
}
//# sourceMappingURL=DomainPacksCreation.d.ts.map