@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
14 lines • 473 B
TypeScript
/** Missing description */
export interface GenericOptionCreation {
/** Duration selected for the purchase of the product */
duration: string;
/** Cart item to be linked */
itemId: number;
/** Identifier of the option offer */
planCode: string;
/** Pricing mode selected for the purchase of the product */
pricingMode: string;
/** Quantity of product desired */
quantity: number;
}
//# sourceMappingURL=GenericOptionCreation.d.ts.map