pub trait RecalculateRecommendedActions {
// Required method
fn recalculate_recommended_actions(
&self,
) -> Result<BatchFileReconciliationRecommendedCourseOfAction, BatchReconciliationError>;
}
pub trait RecalculateRecommendedActions {
// Required method
fn recalculate_recommended_actions(
&self,
) -> Result<BatchFileReconciliationRecommendedCourseOfAction, BatchReconciliationError>;
}