@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
12 lines • 495 B
TypeScript
/** Missing description */
export interface ExecutionRequest {
/** Indicates that order, if needed, will be automatically paid with preferred payment method */
autoPayWithPreferredPaymentMethod: boolean;
/** Duration selected for the operation execution */
duration: string;
/** Pricing mode selected for the operation execution */
pricingMode: string;
/** Quantity for the operation execution */
quantity: number;
}
//# sourceMappingURL=ExecutionRequest.d.ts.map