/** Missing description */
export interface GenericDomainCreation {
    /** Domain name to order */
    domain: string;
    /** Duration for the product */
    duration?: string;
    /** Offer unique identifier */
    offerId?: string;
    /** Identifier of the commercial offer */
    planCode?: string;
    /** Pricing mode selected for the purchase of the product */
    pricingMode?: string;
    /** Quantity to order */
    quantity?: number;
}
//# sourceMappingURL=GenericDomainCreation.d.ts.map