UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 306 B
/** 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