pub type ManualRepayResponse = ManualRepayResult;
pub struct ManualRepayResponse { pub result_status: Option<String>, }
result_status: Option<String>