/** Order item settings */
export interface ItemSettings {
    /** Order plan code */
    planCode?: string;
    /** Pricing mode selected for the purchase of the product */
    pricingMode?: string;
    /** Quantity of product desired */
    quantity?: number;
}
//# sourceMappingURL=ItemSettings.d.ts.map