pub type FullyRepayFixedLoanResponse = CryptoLoanFixedFullyRepayResult;
pub struct FullyRepayFixedLoanResponse { pub repay_id: Option<String>, }
repay_id: Option<String>