/** 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