/** Order item settings */
export interfaceItemSettings {
/** 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