/** Parameters needed to flush the engagement */
export interface EngagementFlushRequest {
    /** Indicates that order, if needed, will be automatically paid with preferred payment method */
    autoPayWithPreferredPaymentMethod: boolean;
    /** If false, the order will be registered; if true, the order will be returned but not registered. Useful to compute prices */
    dryRun: boolean;
    /** If true, when the order will be paid, the service termination workflow will automatically be started */
    terminateSubscription: boolean;
}
//# sourceMappingURL=EngagementFlushRequest.d.ts.map