if item.deposit_amount - Uint128::from(token.longterm_rental.price_per_month) < Uint128::from(amount)  {
token.rentals[position as usize].deposit_amount -= Uint128::from(amount);
